#089081

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

Shades of Dark Cyan #089081

Tints of Dark Cyan #089081

Color information

#089081 (or 0x089081) is unknown color: approx Dark Cyan. HEX triplet: 08, 90 and 81. RGB value is (8,144,129). Sum of RGB (Red+Green+Blue) = 8+144+129=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #089081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089081 is #F76F7E. Grayscale: #656565. Windows color (decimal): -16215935 or 8491016. OLE color: 8491016.

HSL color Cylindrical-coordinate representation of color #089081: hue angle of 173.38º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089081 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB8144129-
CMYK0.9400.100.44
HSL173.38º89.47%29.8%-
HSV(B)173.38º94.44%56.47%-
XYZ14.0421.5824.2-
YUV101.63143.4461.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.85%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=2.85%
G=51.25%
B=45.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81441290.9400.100.44173.3889.4729.8
Hex890815E0A2Cad591e
Octal102202011360125425513136
Binary1000100100001000000110111100101010110010101101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089081; }

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

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

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

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

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

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

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

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