Html Css Color HEX #159684 Dark Cyan

📋 copy color: '#159684'

red 21 ◦ green 150 ◦ blue 132

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

Shades of Dark Cyan #159684

Tints of Dark Cyan #159684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 6.93%
G = 49.5%
B = 43.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#159684 (or 0x159684) is known color: Dark Cyan. HEX triplet: 15, 96 and 84. RGB value is (21,150,132). Sum of RGB (Red+Green+Blue) = 21+150+132=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #159684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159684 is #EA697B. Grayscale: #6D6D6D. Windows color (decimal): -15362428 or 8689173. OLE color: 8689173.

HSL color Cylindrical-coordinate representation of color #159684: hue angle of 171.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159684 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 150 132 -
CMYK 0.86 0 0.12 0.41
HSL 171.63º 0.75% 0.34% -
HSV(B) 171.63º 0.86% 0.59% -
XYZ 15.38 23.64 25.58 -
YUV 109.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 21 150 132 0.86 0 0.12 0.41 171.63 0.75 0.34
Hex 15 96 84 56 0 C 29 AC 4B 22
Octal 25 226 204 126 0 14 51 254 113 42
Binary 10101 10010110 10000100 1010110 0 1100 101001 10101100 1001011 100010

Color Harmonies of #159684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159684

Black with #159684

Text Example


Text Example

White with #159684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159684; }

 p { color: rgb(21,150,132); }

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

background-color css

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

 a { background-color: rgb(21,150,132); }

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

border-color css

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

 span { border-color: rgb(21,150,132); }

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