Html Css Color HEX #159585 Dark Cyan

📋 copy color: '#159585'

red 21 ◦ green 149 ◦ blue 133

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

Shades of Dark Cyan #159585

Tints of Dark Cyan #159585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 6.93%
G = 49.17%
B = 43.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#159585 (or 0x159585) is known color: Dark Cyan. HEX triplet: 15, 95 and 85. RGB value is (21,149,133). Sum of RGB (Red+Green+Blue) = 21+149+133=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #159585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159585 is #EA6A7A. Grayscale: #6C6C6C. Windows color (decimal): -15362683 or 8754453. OLE color: 8754453.

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

Color convert

RGB 21 149 133 -
CMYK 0.86 0 0.11 0.42
HSL 172.5º 0.75% 0.33% -
HSV(B) 172.5º 0.86% 0.58% -
XYZ 15.29 23.35 25.89 -
YUV 108.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 21 149 133 0.86 0 0.11 0.42 172.5 0.75 0.33
Hex 15 95 85 56 0 B 2A AC 4B 21
Octal 25 225 205 126 0 13 52 254 113 41
Binary 10101 10010101 10000101 1010110 0 1011 101010 10101100 1001011 100001

Color Harmonies of #159585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159585

Black with #159585

Text Example


Text Example

White with #159585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159585; }

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

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

background-color css

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

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

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

border-color css

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

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

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