Html Css Color HEX #15838E Dark Cyan

📋 copy color: '#15838E'

red 21 ◦ green 131 ◦ blue 142

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

Shades of Dark Cyan #15838E

Tints of Dark Cyan #15838E

RGB

 RED value IS 21 (8.59% from 255) = 7.14%

 GREEN value IS 131 (51.56% from 255) = 44.56%

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

R = 7.14%
G = 44.56%
B = 48.3%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15838E (or 0x15838E) is known color: Dark Cyan. HEX triplet: 15, 83 and 8E. RGB value is (21,131,142). Sum of RGB (Red+Green+Blue) = 21+131+142=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 131 (51.56% from 255 or 44.56% 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 #15838E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15838E is #EA7C71. Grayscale: #636363. Windows color (decimal): -15367282 or 9339669. OLE color: 9339669.

HSL color Cylindrical-coordinate representation of color #15838E: hue angle of 185.45º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15838E is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 131 142 -
CMYK 0.85 0.08 0 0.44
HSL 185.45º 0.74% 0.32% -
HSV(B) 185.45º 0.85% 0.56% -
XYZ 13.31 18.35 28.43 -
YUV 99.36 152.06 72.11 -
System Red Green Blue C M Y K H S L
Decimal 21 131 142 0.85 0.08 0 0.44 185.45 0.74 0.32
Hex 15 83 8E 55 8 0 2C B9 4A 20
Octal 25 203 216 125 10 0 54 271 112 40
Binary 10101 10000011 10001110 1010101 1000 0 101100 10111001 1001010 100000

Color Harmonies of #15838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15838E

Black with #15838E

Text Example


Text Example

White with #15838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,131,142); }

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

background-color css

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

 a { background-color: rgb(21,131,142); }

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

border-color css

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

 span { border-color: rgb(21,131,142); }

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