Html Css Color HEX #159088 Dark Cyan

📋 copy color: '#159088'

red 21 ◦ green 144 ◦ blue 136

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

Shades of Dark Cyan #159088

Tints of Dark Cyan #159088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

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

R = 6.98%
G = 47.84%
B = 45.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#159088 (or 0x159088) is known color: Dark Cyan. HEX triplet: 15, 90 and 88. RGB value is (21,144,136). Sum of RGB (Red+Green+Blue) = 21+144+136=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #159088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159088 is #EA6F77. Grayscale: #6A6A6A. Windows color (decimal): -15363960 or 8949781. OLE color: 8949781.

HSL color Cylindrical-coordinate representation of color #159088: hue angle of 176.1º degrees, saturation: 0.75, 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 #159088 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 144 136 -
CMYK 0.85 0 0.06 0.44
HSL 176.1º 0.75% 0.32% -
HSV(B) 176.1º 0.85% 0.56% -
XYZ 14.73 21.88 26.74 -
YUV 106.31 144.75 67.15 -
System Red Green Blue C M Y K H S L
Decimal 21 144 136 0.85 0 0.06 0.44 176.1 0.75 0.32
Hex 15 90 88 55 0 6 2C B0 4B 20
Octal 25 220 210 125 0 6 54 260 113 40
Binary 10101 10010000 10001000 1010101 0 110 101100 10110000 1001011 100000

Color Harmonies of #159088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159088

Black with #159088

Text Example


Text Example

White with #159088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159088; }

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

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

background-color css

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

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

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

border-color css

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

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

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