#089492

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

Shades of Dark Cyan #089492

Tints of Dark Cyan #089492

Color information

#089492 (or 0x089492) is unknown color: approx Dark Cyan. HEX triplet: 08, 94 and 92. RGB value is (8,148,146). Sum of RGB (Red+Green+Blue) = 8+148+146=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #089492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089492 is #F76B6D. Grayscale: #696969. Windows color (decimal): -16214894 or 9606152. OLE color: 9606152.

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

Color convert

RGB8148146-
CMYK0.9500.010.42
HSL179.14º89.74%30.59%-
HSV(B)179.14º94.59%58.04%-
XYZ15.8823.3130.86-
YUV105.91150.6258.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=2.65%
G=49.01%
B=48.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81481460.9500.010.42179.1489.7430.59
Hex894925F012Ab35a1f
Octal10224222137015226313237
Binary1000100101001001001010111110110101010110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089492; }

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

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

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

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

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

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

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

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