Html Css Color HEX #159486 Dark Cyan

📋 copy color: '#159486'

red 21 ◦ green 148 ◦ blue 134

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

Shades of Dark Cyan #159486

Tints of Dark Cyan #159486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 6.93%
G = 48.84%
B = 44.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#159486 (or 0x159486) is known color: Dark Cyan. HEX triplet: 15, 94 and 86. RGB value is (21,148,134). Sum of RGB (Red+Green+Blue) = 21+148+134=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #159486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159486 is #EA6B79. Grayscale: #6C6C6C. Windows color (decimal): -15362938 or 8819733. OLE color: 8819733.

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

Color convert

RGB 21 148 134 -
CMYK 0.86 0 0.09 0.42
HSL 173.39º 0.75% 0.33% -
HSV(B) 173.39º 0.86% 0.58% -
XYZ 15.2 23.06 26.2 -
YUV 108.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 21 148 134 0.86 0 0.09 0.42 173.39 0.75 0.33
Hex 15 94 86 56 0 9 2A AD 4B 21
Octal 25 224 206 126 0 11 52 255 113 41
Binary 10101 10010100 10000110 1010110 0 1001 101010 10101101 1001011 100001

Color Harmonies of #159486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159486

Black with #159486

Text Example


Text Example

White with #159486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159486; }

 p { color: rgb(21,148,134); }

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

background-color css

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

 a { background-color: rgb(21,148,134); }

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

border-color css

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

 span { border-color: rgb(21,148,134); }

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