#0B805B

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

Shades of Deep Sea #0B805B

Tints of Deep Sea #0B805B

Color information

#0B805B (or 0x0B805B) is unknown color: approx Deep Sea. HEX triplet: 0B, 80 and 5B. RGB value is (11,128,91). Sum of RGB (Red+Green+Blue) = 11+128+91=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #0B805B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B805B is #F47FA4. Grayscale: #585858. Windows color (decimal): -16023461 or 5996555. OLE color: 5996555.

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

Color convert

RGB1112891-
CMYK0.9100.290.50
HSL161.03º84.17%27.25%-
HSV(B)161.03º91.41%50.2%-
XYZ9.7516.2612.52-
YUV88.8129.2472.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 128 (50.39% from 255) = 55.65%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=4.78%
G=55.65%
B=39.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11128910.9100.290.50161.0384.1727.25
HexB805B5B01D32a1541b
Octal132001331330356224112433
Binary1011100000001011011101101101110111001010100001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,128,91); }

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

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

 a { background-color: rgb(11,128,91); }

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

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

 span { border-color: rgb(11,128,91); }

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