#088265

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

Shades of Deep Sea #088265

Tints of Deep Sea #088265

Color information

#088265 (or 0x088265) is unknown color: approx Deep Sea. HEX triplet: 08, 82 and 65. RGB value is (8,130,101). Sum of RGB (Red+Green+Blue) = 8+130+101=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #088265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088265 is #F77D9A. Grayscale: #5A5A5A. Windows color (decimal): -16219547 or 6652424. OLE color: 6652424.

HSL color Cylindrical-coordinate representation of color #088265: hue angle of 165.74º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088265 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB8130101-
CMYK0.9400.220.49
HSL165.74º88.41%27.06%-
HSV(B)165.74º93.85%50.98%-
XYZ10.4316.9615.04-
YUV90.22134.0869.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=3.35%
G=54.39%
B=42.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81301010.9400.220.49165.7488.4127.06
Hex882655E01631a6581b
Octal102021451360266124613033
Binary1000100000101100101101111001011011000110100110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088265; }

 p { color: rgb(8,130,101); }

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

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

 a { background-color: rgb(8,130,101); }

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

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

 span { border-color: rgb(8,130,101); }

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