#0B846A

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

Shades of Deep Sea #0B846A

Tints of Deep Sea #0B846A

Color information

#0B846A (or 0x0B846A) is unknown color: approx Deep Sea. HEX triplet: 0B, 84 and 6A. RGB value is (11,132,106). Sum of RGB (Red+Green+Blue) = 11+132+106=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #0B846A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B846A is #F47B95. Grayscale: #5C5C5C. Windows color (decimal): -16022422 or 6980619. OLE color: 6980619.

HSL color Cylindrical-coordinate representation of color #0B846A: hue angle of 167.11º 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 #0B846A is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB11132106-
CMYK0.9200.200.48
HSL167.11º84.62%28.04%-
HSV(B)167.11º91.67%51.76%-
XYZ10.9917.6116.46-
YUV92.86135.4169.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.42%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=4.42%
G=53.01%
B=42.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111321060.9200.200.48167.1184.6228.04
HexB846A5C01430a7551c
Octal132041521340246024712534
Binary1011100001001101010101110001010011000010100111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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