#089693

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

Shades of Dark Cyan #089693

Tints of Dark Cyan #089693

Color information

#089693 (or 0x089693) is unknown color: approx Dark Cyan. HEX triplet: 08, 96 and 93. RGB value is (8,150,147). Sum of RGB (Red+Green+Blue) = 8+150+147=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #089693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089693 is #F7696C. Grayscale: #6B6B6B. Windows color (decimal): -16214381 or 9672200. OLE color: 9672200.

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

Color convert

RGB8150147-
CMYK0.9500.020.41
HSL178.73º89.87%30.98%-
HSV(B)178.73º94.67%58.82%-
XYZ16.2723.9731.37-
YUV107.2150.4657.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.62%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=2.62%
G=49.18%
B=48.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81501470.9500.020.41178.7389.8730.98
Hex896935F0229b35a1f
Octal10226223137025126313237
Binary10001001011010010011101111101010100110110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089693; }

 p { color: rgb(8,150,147); }

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

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

 a { background-color: rgb(8,150,147); }

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

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

 span { border-color: rgb(8,150,147); }

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