Html Css Color HEX #14868F Dark Cyan

📋 copy color: '#14868F'

red 20 ◦ green 134 ◦ blue 143

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

Shades of Dark Cyan #14868F

Tints of Dark Cyan #14868F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.12%

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

R = 6.73%
G = 45.12%
B = 48.15%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14868F (or 0x14868F) is known color: Dark Cyan. HEX triplet: 14, 86 and 8F. RGB value is (20,134,143). Sum of RGB (Red+Green+Blue) = 20+134+143=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #14868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14868F is #EB7970. Grayscale: #646464. Windows color (decimal): -15432049 or 9405972. OLE color: 9405972.

HSL color Cylindrical-coordinate representation of color #14868F: hue angle of 184.39º 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 #14868F is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 134 143 -
CMYK 0.86 0.06 0 0.44
HSL 184.39º 0.75% 0.32% -
HSV(B) 184.39º 0.86% 0.56% -
XYZ 13.77 19.18 28.96 -
YUV 100.94 151.73 70.27 -
System Red Green Blue C M Y K H S L
Decimal 20 134 143 0.86 0.06 0 0.44 184.39 0.75 0.32
Hex 14 86 8F 56 6 0 2C B8 4B 20
Octal 24 206 217 126 6 0 54 270 113 40
Binary 10100 10000110 10001111 1010110 110 0 101100 10111000 1001011 100000

Color Harmonies of #14868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14868F

Black with #14868F

Text Example


Text Example

White with #14868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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