#159081

Color #159081 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #159081

Tints of Dark Cyan #159081

Color information

#159081 (or 0x159081) is unknown color: approx Dark Cyan. HEX triplet: 15, 90 and 81. RGB value is (21,144,129). Sum of RGB (Red+Green+Blue) = 21+144+129=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #159081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159081 is #EA6F7E. Grayscale: #696969. Windows color (decimal): -15363967 or 8491029. OLE color: 8491029.

HSL color Cylindrical-coordinate representation of color #159081: hue angle of 172.68º 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 #159081 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB21144129-
CMYK0.8500.100.44
HSL172.68º74.55%32.35%-
HSV(B)172.68º85.42%56.47%-
XYZ14.2421.6924.2-
YUV105.51141.2567.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=7.14%
G=48.98%
B=43.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211441290.8500.100.44172.6874.5532.35
Hex159081550A2Cad4b20
Octal252202011250125425511340
Binary101011001000010000001101010101010101100101011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159081; }

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

 H1.HeaderClassName
 {
   color: #159081;
 }
 .AnyTagClassName
 {
   color: #159081;
 }
</style>
background-color css

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

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

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

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

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

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