Html Css Color HEX #14818C Dark Cyan

📋 copy color: '#14818C'

red 20 ◦ green 129 ◦ blue 140

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

Shades of Dark Cyan #14818C

Tints of Dark Cyan #14818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 6.92%
G = 44.64%
B = 48.44%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14818C (or 0x14818C) is known color: Dark Cyan. HEX triplet: 14, 81 and 8C. RGB value is (20,129,140). Sum of RGB (Red+Green+Blue) = 20+129+140=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #14818C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14818C is #EB7E73. Grayscale: #616161. Windows color (decimal): -15433332 or 9208084. OLE color: 9208084.

HSL color Cylindrical-coordinate representation of color #14818C: hue angle of 185.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14818C is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 129 140 -
CMYK 0.86 0.08 0 0.45
HSL 185.5º 0.75% 0.31% -
HSV(B) 185.5º 0.86% 0.55% -
XYZ 12.87 17.74 27.56 -
YUV 97.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 20 129 140 0.86 0.08 0 0.45 185.5 0.75 0.31
Hex 14 81 8C 56 8 0 2D BA 4B 1F
Octal 24 201 214 126 10 0 55 272 113 37
Binary 10100 10000001 10001100 1010110 1000 0 101101 10111010 1001011 11111

Color Harmonies of #14818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14818C

Black with #14818C

Text Example


Text Example

White with #14818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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