Html Css Color HEX #159288 Dark Cyan

📋 copy color: '#159288'

red 21 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #159288

Tints of Dark Cyan #159288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.18%

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

R = 6.93%
G = 48.18%
B = 44.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#159288 (or 0x159288) is known color: Dark Cyan. HEX triplet: 15, 92 and 88. RGB value is (21,146,136). Sum of RGB (Red+Green+Blue) = 21+146+136=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #159288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159288 is #EA6D77. Grayscale: #6B6B6B. Windows color (decimal): -15363448 or 8950293. OLE color: 8950293.

HSL color Cylindrical-coordinate representation of color #159288: hue angle of 175.2º 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 #159288 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 146 136 -
CMYK 0.86 0 0.07 0.43
HSL 175.2º 0.75% 0.33% -
HSV(B) 175.2º 0.86% 0.57% -
XYZ 15.03 22.49 26.84 -
YUV 107.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 21 146 136 0.86 0 0.07 0.43 175.2 0.75 0.33
Hex 15 92 88 56 0 7 2B AF 4B 21
Octal 25 222 210 126 0 7 53 257 113 41
Binary 10101 10010010 10001000 1010110 0 111 101011 10101111 1001011 100001

Color Harmonies of #159288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159288

Black with #159288

Text Example


Text Example

White with #159288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159288; }

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

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

background-color css

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

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

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

border-color css

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

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

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