#0B8163

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

Shades of Deep Sea #0B8163

Tints of Deep Sea #0B8163

Color information

#0B8163 (or 0x0B8163) is unknown color: approx Deep Sea. HEX triplet: 0B, 81 and 63. RGB value is (11,129,99). Sum of RGB (Red+Green+Blue) = 11+129+99=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #0B8163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8163 is #F47E9C. Grayscale: #5A5A5A. Windows color (decimal): -16023197 or 6521099. OLE color: 6521099.

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

Color convert

RGB1112999-
CMYK0.9100.230.49
HSL164.75º84.29%27.45%-
HSV(B)164.75º91.47%50.59%-
XYZ10.2416.6714.48-
YUV90.3132.9171.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.60%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=4.60%
G=53.97%
B=41.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11129990.9100.230.49164.7584.2927.45
HexB81635B01731a5541b
Octal132011431330276124512433
Binary1011100000011100011101101101011111000110100101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,129,99); }

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

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

 a { background-color: rgb(11,129,99); }

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

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

 span { border-color: rgb(11,129,99); }

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