Html Css Color HEX #14898F Dark Cyan

📋 copy color: '#14898F'

red 20 ◦ green 137 ◦ blue 143

#14898F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #14898F

Tints of Dark Cyan #14898F

RGB

 RED value IS 20 (8.2% from 255) = 6.67%

 GREEN value IS 137 (53.91% from 255) = 45.67%

 BLUE value IS 143 (56.25% from 255) = 47.67%

R = 6.67%
G = 45.67%
B = 47.67%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#14898F (or 0x14898F) is known color: Dark Cyan. HEX triplet: 14, 89 and 8F. RGB value is (20,137,143). Sum of RGB (Red+Green+Blue) = 20+137+143=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #14898F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14898F is #EB7670. Grayscale: #666666. Windows color (decimal): -15431281 or 9406740. OLE color: 9406740.

HSL color Cylindrical-coordinate representation of color #14898F: hue angle of 182.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14898F is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 137 143 -
CMYK 0.86 0.04 0 0.44
HSL 182.93º 0.75% 0.32% -
HSV(B) 182.93º 0.86% 0.56% -
XYZ 14.19 20.02 29.1 -
YUV 102.7 150.74 69.01 -
System Red Green Blue C M Y K H S L
Decimal 20 137 143 0.86 0.04 0 0.44 182.93 0.75 0.32
Hex 14 89 8F 56 4 0 2C B7 4B 20
Octal 24 211 217 126 4 0 54 267 113 40
Binary 10100 10001001 10001111 1010110 100 0 101100 10110111 1001011 100000

Color Harmonies of #14898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14898F

Black with #14898F

Text Example


Text Example

White with #14898F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14898F; }

 p { color: rgb(20,137,143); }

 H1.HeaderClassName
 {
   color: #14898F;
 }
 .AnyTagClassName
 {
   color: #14898F;
 }
</style>

background-color css

<style>
 a { background-color: #14898F; }

 a { background-color: rgb(20,137,143); }

 div.DivClassName
 {
   background-color: #14898F;
 }
 .BgClassName
 {
   background-color: #14898F;
 }
</style>

border-color css

<style>
 span { border-color: #14898F; }

 span { border-color: rgb(20,137,143); }

 td.TdClassName
 {
   border-color: #14898F;
 }
 .TagClassName
 {
   border-color: #14898F;
 }
</style>