#088262

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

Shades of Deep Sea #088262

Tints of Deep Sea #088262

Color information

#088262 (or 0x088262) is unknown color: approx Deep Sea. HEX triplet: 08, 82 and 62. RGB value is (8,130,98). Sum of RGB (Red+Green+Blue) = 8+130+98=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #088262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088262 is #F77D9D. Grayscale: #595959. Windows color (decimal): -16219550 or 6455816. OLE color: 6455816.

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

Color convert

RGB813098-
CMYK0.9400.250.49
HSL164.26º88.41%27.06%-
HSV(B)164.26º93.85%50.98%-
XYZ10.2916.914.27-
YUV89.87132.5869.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=3.39%
G=55.08%
B=41.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130980.9400.250.49164.2688.4127.06
Hex882625E01931a4581b
Octal102021421360316124413033
Binary1000100000101100010101111001100111000110100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088262; }

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

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

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

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

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

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

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

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