Html Css Color HEX #18808E Dark Cyan

📋 copy color: '#18808E'

red 24 ◦ green 128 ◦ blue 142

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

Shades of Dark Cyan #18808E

Tints of Dark Cyan #18808E

RGB

 RED value IS 24 (9.77% from 255) = 8.16%

 GREEN value IS 128 (50.39% from 255) = 43.54%

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 8.16%
G = 43.54%
B = 48.3%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18808E (or 0x18808E) is known color: Dark Cyan. HEX triplet: 18, 80 and 8E. RGB value is (24,128,142). Sum of RGB (Red+Green+Blue) = 24+128+142=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #18808E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18808E is #E77F71. Grayscale: #626262. Windows color (decimal): -15171442 or 9338904. OLE color: 9338904.

HSL color Cylindrical-coordinate representation of color #18808E: hue angle of 187.12º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18808E is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 128 142 -
CMYK 0.83 0.10 0 0.44
HSL 187.12º 0.71% 0.33% -
HSV(B) 187.12º 0.83% 0.56% -
XYZ 12.98 17.59 28.3 -
YUV 98.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 24 128 142 0.83 0.10 0 0.44 187.12 0.71 0.33
Hex 18 80 8E 53 A 0 2C BB 47 21
Octal 30 200 216 123 12 0 54 273 107 41
Binary 11000 10000000 10001110 1010011 1010 0 101100 10111011 1000111 100001

Color Harmonies of #18808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18808E

Black with #18808E

Text Example


Text Example

White with #18808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18808E; }

 p { color: rgb(24,128,142); }

 H1.HeaderClassName
 {
   color: #18808E;
 }
 .AnyTagClassName
 {
   color: #18808E;
 }
</style>

background-color css

<style>
 a { background-color: #18808E; }

 a { background-color: rgb(24,128,142); }

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

border-color css

<style>
 span { border-color: #18808E; }

 span { border-color: rgb(24,128,142); }

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