#088859

Color #088859 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #088859

Tints of Deep Sea #088859

Color information

#088859 (or 0x088859) is unknown color: approx Deep Sea. HEX triplet: 08, 88 and 59. RGB value is (8,136,89). Sum of RGB (Red+Green+Blue) = 8+136+89=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #088859 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088859 is #F777A6. Grayscale: #5C5C5C. Windows color (decimal): -16218023 or 5867528. OLE color: 5867528.

HSL color Cylindrical-coordinate representation of color #088859: hue angle of 157.97º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088859 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB813689-
CMYK0.9400.350.47
HSL157.97º88.89%28.24%-
HSV(B)157.97º94.12%53.33%-
XYZ10.7118.3812.43-
YUV92.37126.0967.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 136 (53.52% from 255) = 58.37%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=3.43%
G=58.37%
B=38.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8136890.9400.350.47157.9788.8928.24
Hex888595E0232F9e591c
Octal102101311360435723613134
Binary10001000100010110011011110010001110111110011110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088859; }

 p { color: rgb(8,136,89); }

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

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

 a { background-color: rgb(8,136,89); }

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

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

 span { border-color: rgb(8,136,89); }

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