Html Css Color HEX #159188 Dark Cyan

📋 copy color: '#159188'

red 21 ◦ green 145 ◦ blue 136

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

Shades of Dark Cyan #159188

Tints of Dark Cyan #159188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.01%

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

R = 6.95%
G = 48.01%
B = 45.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#159188 (or 0x159188) is known color: Dark Cyan. HEX triplet: 15, 91 and 88. RGB value is (21,145,136). Sum of RGB (Red+Green+Blue) = 21+145+136=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #159188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159188 is #EA6E77. Grayscale: #6A6A6A. Windows color (decimal): -15363704 or 8950037. OLE color: 8950037.

HSL color Cylindrical-coordinate representation of color #159188: hue angle of 175.65º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159188 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 145 136 -
CMYK 0.86 0 0.06 0.43
HSL 175.65º 0.75% 0.33% -
HSV(B) 175.65º 0.86% 0.57% -
XYZ 14.88 22.19 26.79 -
YUV 106.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 21 145 136 0.86 0 0.06 0.43 175.65 0.75 0.33
Hex 15 91 88 56 0 6 2B B0 4B 21
Octal 25 221 210 126 0 6 53 260 113 41
Binary 10101 10010001 10001000 1010110 0 110 101011 10110000 1001011 100001

Color Harmonies of #159188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159188

Black with #159188

Text Example


Text Example

White with #159188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159188; }

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

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

background-color css

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

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

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

border-color css

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

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

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