Html Css Color HEX #159287 Dark Cyan

📋 copy color: '#159287'

red 21 ◦ green 146 ◦ blue 135

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

Shades of Dark Cyan #159287

Tints of Dark Cyan #159287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 6.95%
G = 48.34%
B = 44.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#159287 (or 0x159287) is known color: Dark Cyan. HEX triplet: 15, 92 and 87. RGB value is (21,146,135). Sum of RGB (Red+Green+Blue) = 21+146+135=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #159287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159287 is #EA6D78. Grayscale: #6B6B6B. Windows color (decimal): -15363449 or 8884757. OLE color: 8884757.

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

Color convert

RGB 21 146 135 -
CMYK 0.86 0 0.08 0.43
HSL 174.72º 0.75% 0.33% -
HSV(B) 174.72º 0.86% 0.57% -
XYZ 14.96 22.47 26.47 -
YUV 107.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 21 146 135 0.86 0 0.08 0.43 174.72 0.75 0.33
Hex 15 92 87 56 0 8 2B AF 4B 21
Octal 25 222 207 126 0 10 53 257 113 41
Binary 10101 10010010 10000111 1010110 0 1000 101011 10101111 1001011 100001

Color Harmonies of #159287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159287

Black with #159287

Text Example


Text Example

White with #159287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159287; }

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

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

background-color css

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

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

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

border-color css

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

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

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