#0B8164

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

Shades of Deep Sea #0B8164

Tints of Deep Sea #0B8164

Color information

#0B8164 (or 0x0B8164) is unknown color: approx Deep Sea. HEX triplet: 0B, 81 and 64. RGB value is (11,129,100). Sum of RGB (Red+Green+Blue) = 11+129+100=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #0B8164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8164 is #F47E9B. Grayscale: #5A5A5A. Windows color (decimal): -16023196 or 6586635. OLE color: 6586635.

HSL color Cylindrical-coordinate representation of color #0B8164: hue angle of 165.25º 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 #0B8164 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB11129100-
CMYK0.9100.220.49
HSL165.25º84.29%27.45%-
HSV(B)165.25º91.47%50.59%-
XYZ10.2916.6914.74-
YUV90.41133.4171.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=4.58%
G=53.75%
B=41.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111291000.9100.220.49165.2584.2927.45
HexB81645B01631a5541b
Octal132011441330266124512433
Binary1011100000011100100101101101011011000110100101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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