#089892

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

Shades of Dark Cyan #089892

Tints of Dark Cyan #089892

Color information

#089892 (or 0x089892) is unknown color: approx Dark Cyan. HEX triplet: 08, 98 and 92. RGB value is (8,152,146). Sum of RGB (Red+Green+Blue) = 8+152+146=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #089892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089892 is #F7676D. Grayscale: #6C6C6C. Windows color (decimal): -16213870 or 9607176. OLE color: 9607176.

HSL color Cylindrical-coordinate representation of color #089892: hue angle of 177.5º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089892 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB8152146-
CMYK0.9500.040.40
HSL177.5º90%31.37%-
HSV(B)177.5º94.74%59.61%-
XYZ16.5224.5831.07-
YUV108.26149.2956.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.61%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=2.61%
G=49.67%
B=47.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81521460.9500.040.40177.59031.37
Hex898925F0428b25a1f
Octal10230222137045026213237
Binary100010011000100100101011111010010100010110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089892; }

 p { color: rgb(8,152,146); }

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

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

 a { background-color: rgb(8,152,146); }

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

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

 span { border-color: rgb(8,152,146); }

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