Html Css Color HEX #159089 Dark Cyan

📋 copy color: '#159089'

red 21 ◦ green 144 ◦ blue 137

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

Shades of Dark Cyan #159089

Tints of Dark Cyan #159089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.68%

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 6.95%
G = 47.68%
B = 45.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#159089 (or 0x159089) is known color: Dark Cyan. HEX triplet: 15, 90 and 89. RGB value is (21,144,137). Sum of RGB (Red+Green+Blue) = 21+144+137=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #159089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159089 is #EA6F76. Grayscale: #6A6A6A. Windows color (decimal): -15363959 or 9015317. OLE color: 9015317.

HSL color Cylindrical-coordinate representation of color #159089: hue angle of 176.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #159089 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 144 137 -
CMYK 0.85 0 0.05 0.44
HSL 176.59º 0.75% 0.32% -
HSV(B) 176.59º 0.85% 0.56% -
XYZ 14.8 21.91 27.12 -
YUV 106.43 145.25 67.07 -
System Red Green Blue C M Y K H S L
Decimal 21 144 137 0.85 0 0.05 0.44 176.59 0.75 0.32
Hex 15 90 89 55 0 5 2C B1 4B 20
Octal 25 220 211 125 0 5 54 261 113 40
Binary 10101 10010000 10001001 1010101 0 101 101100 10110001 1001011 100000

Color Harmonies of #159089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159089

Black with #159089

Text Example


Text Example

White with #159089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159089; }

 p { color: rgb(21,144,137); }

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

background-color css

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

 a { background-color: rgb(21,144,137); }

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

border-color css

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

 span { border-color: rgb(21,144,137); }

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