Html Css Color HEX #158588 Dark Cyan

📋 copy color: '#158588'

red 21 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #158588

Tints of Dark Cyan #158588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 7.24%
G = 45.86%
B = 46.9%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#158588 (or 0x158588) is known color: Dark Cyan. HEX triplet: 15, 85 and 88. RGB value is (21,133,136). Sum of RGB (Red+Green+Blue) = 21+133+136=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #158588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158588 is #EA7A77. Grayscale: #636363. Windows color (decimal): -15366776 or 8946965. OLE color: 8946965.

HSL color Cylindrical-coordinate representation of color #158588: hue angle of 181.57º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158588 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 133 136 -
CMYK 0.85 0.02 0 0.47
HSL 181.57º 0.73% 0.31% -
HSV(B) 181.57º 0.85% 0.53% -
XYZ 13.14 18.71 26.21 -
YUV 99.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 21 133 136 0.85 0.02 0 0.47 181.57 0.73 0.31
Hex 15 85 88 55 2 0 2F B6 49 1F
Octal 25 205 210 125 2 0 57 266 111 37
Binary 10101 10000101 10001000 1010101 10 0 101111 10110110 1001001 11111

Color Harmonies of #158588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158588

Black with #158588

Text Example


Text Example

White with #158588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158588; }

 p { color: rgb(21,133,136); }

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

background-color css

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

 a { background-color: rgb(21,133,136); }

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

border-color css

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

 span { border-color: rgb(21,133,136); }

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