#089592

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

Shades of Dark Cyan #089592

Tints of Dark Cyan #089592

Color information

#089592 (or 0x089592) is unknown color: approx Dark Cyan. HEX triplet: 08, 95 and 92. RGB value is (8,149,146). Sum of RGB (Red+Green+Blue) = 8+149+146=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #089592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089592 is #F76A6D. Grayscale: #6A6A6A. Windows color (decimal): -16214638 or 9606408. OLE color: 9606408.

HSL color Cylindrical-coordinate representation of color #089592: hue angle of 178.72º 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 #089592 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB8149146-
CMYK0.9500.020.42
HSL178.72º89.81%30.78%-
HSV(B)178.72º94.63%58.43%-
XYZ16.0423.6230.91-
YUV106.5150.2957.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.64%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=2.64%
G=49.17%
B=48.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81491460.9500.020.42178.7289.8130.78
Hex895925F022Ab35a1f
Octal10225222137025226313237
Binary10001001010110010010101111101010101010110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089592; }

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

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

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

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

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

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

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

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