#0B8462

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

Shades of Deep Sea #0B8462

Tints of Deep Sea #0B8462

Color information

#0B8462 (or 0x0B8462) is unknown color: approx Deep Sea. HEX triplet: 0B, 84 and 62. RGB value is (11,132,98). Sum of RGB (Red+Green+Blue) = 11+132+98=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #0B8462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8462 is #F47B9D. Grayscale: #5B5B5B. Windows color (decimal): -16022430 or 6456331. OLE color: 6456331.

HSL color Cylindrical-coordinate representation of color #0B8462: hue angle of 163.14º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8462 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1113298-
CMYK0.9200.260.48
HSL163.14º84.62%28.04%-
HSV(B)163.14º91.67%51.76%-
XYZ10.5917.4614.37-
YUV91.94131.4170.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 132 (51.95% from 255) = 54.77%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=4.56%
G=54.77%
B=40.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11132980.9200.260.48163.1484.6228.04
HexB84625C01A30a3551c
Octal132041421340326024312534
Binary1011100001001100010101110001101011000010100011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B8462; }

 p { color: rgb(11,132,98); }

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

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

 a { background-color: rgb(11,132,98); }

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

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

 span { border-color: rgb(11,132,98); }

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