#088461

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

Shades of Deep Sea #088461

Tints of Deep Sea #088461

Color information

#088461 (or 0x088461) is unknown color: approx Deep Sea. HEX triplet: 08, 84 and 61. RGB value is (8,132,97). Sum of RGB (Red+Green+Blue) = 8+132+97=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #088461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088461 is #F77B9E. Grayscale: #5A5A5A. Windows color (decimal): -16219039 or 6390792. OLE color: 6390792.

HSL color Cylindrical-coordinate representation of color #088461: hue angle of 163.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088461 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB813297-
CMYK0.9400.270.48
HSL163.06º88.57%27.45%-
HSV(B)163.06º93.94%51.76%-
XYZ10.5117.4214.12-
YUV90.93131.4268.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=3.38%
G=55.70%
B=40.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8132970.9400.270.48163.0688.5727.45
Hex884615E01B30a3591b
Octal102041411360336024313133
Binary1000100001001100001101111001101111000010100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088461; }

 p { color: rgb(8,132,97); }

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

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

 a { background-color: rgb(8,132,97); }

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

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

 span { border-color: rgb(8,132,97); }

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