Html Css Color HEX #14818F Dark Cyan

📋 copy color: '#14818F'

red 20 ◦ green 129 ◦ blue 143

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

Shades of Dark Cyan #14818F

Tints of Dark Cyan #14818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.18%

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

R = 6.85%
G = 44.18%
B = 48.97%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14818F (or 0x14818F) is known color: Dark Cyan. HEX triplet: 14, 81 and 8F. RGB value is (20,129,143). Sum of RGB (Red+Green+Blue) = 20+129+143=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #14818F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14818F is #EB7E70. Grayscale: #616161. Windows color (decimal): -15433329 or 9404692. OLE color: 9404692.

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

Color convert

RGB 20 129 143 -
CMYK 0.86 0.10 0 0.44
HSL 186.83º 0.75% 0.32% -
HSV(B) 186.83º 0.86% 0.56% -
XYZ 13.1 17.83 28.74 -
YUV 98.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 20 129 143 0.86 0.10 0 0.44 186.83 0.75 0.32
Hex 14 81 8F 56 A 0 2C BB 4B 20
Octal 24 201 217 126 12 0 54 273 113 40
Binary 10100 10000001 10001111 1010110 1010 0 101100 10111011 1001011 100000

Color Harmonies of #14818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14818F

Black with #14818F

Text Example


Text Example

White with #14818F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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