#088660

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

Shades of Deep Sea #088660

Tints of Deep Sea #088660

Color information

#088660 (or 0x088660) is unknown color: approx Deep Sea. HEX triplet: 08, 86 and 60. RGB value is (8,134,96). Sum of RGB (Red+Green+Blue) = 8+134+96=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #088660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088660 is #F7799F. Grayscale: #5C5C5C. Windows color (decimal): -16218528 or 6325768. OLE color: 6325768.

HSL color Cylindrical-coordinate representation of color #088660: hue angle of 161.9º 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 #088660 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB813496-
CMYK0.9400.280.47
HSL161.9º88.73%27.84%-
HSV(B)161.9º94.03%52.55%-
XYZ10.7417.9513.96-
YUV91.99130.2668.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.36%
GREEN value IS 134 (52.73% from 255) = 56.30%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=3.36%
G=56.30%
B=40.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8134960.9400.280.47161.988.7327.84
Hex886605E01C2Fa2591c
Octal102061401360345724213134
Binary1000100001101100000101111001110010111110100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088660; }

 p { color: rgb(8,134,96); }

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

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

 a { background-color: rgb(8,134,96); }

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

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

 span { border-color: rgb(8,134,96); }

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