#0B8262

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

Shades of Deep Sea #0B8262

Tints of Deep Sea #0B8262

Color information

#0B8262 (or 0x0B8262) is unknown color: approx Deep Sea. HEX triplet: 0B, 82 and 62. RGB value is (11,130,98). Sum of RGB (Red+Green+Blue) = 11+130+98=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #0B8262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8262 is #F47D9D. Grayscale: #5A5A5A. Windows color (decimal): -16022942 or 6455819. OLE color: 6455819.

HSL color Cylindrical-coordinate representation of color #0B8262: hue angle of 163.87º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8262 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1113098-
CMYK0.9200.250.49
HSL163.87º84.4%27.65%-
HSV(B)163.87º91.54%50.98%-
XYZ10.3316.9214.28-
YUV90.77132.0871.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.60%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=4.60%
G=54.39%
B=41.00%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11130980.9200.250.49163.8784.427.65
HexB82625C01931a4541c
Octal132021421340316124412434
Binary1011100000101100010101110001100111000110100100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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