#0B855D

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

Shades of Deep Sea #0B855D

Tints of Deep Sea #0B855D

Color information

#0B855D (or 0x0B855D) is unknown color: approx Deep Sea. HEX triplet: 0B, 85 and 5D. RGB value is (11,133,93). Sum of RGB (Red+Green+Blue) = 11+133+93=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #0B855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B855D is #F47AA2. Grayscale: #5C5C5C. Windows color (decimal): -16022179 or 6128907. OLE color: 6128907.

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

Color convert

RGB1113393-
CMYK0.9200.300.48
HSL160.33º84.72%28.24%-
HSV(B)160.33º91.73%52.16%-
XYZ10.517.6413.21-
YUV91.96128.5870.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=4.64%
G=56.12%
B=39.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11133930.9200.300.48160.3384.7228.24
HexB855D5C01E30a0551c
Octal132051351340366024012534
Binary1011100001011011101101110001111011000010100000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,133,93); }

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

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

 a { background-color: rgb(11,133,93); }

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

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

 span { border-color: rgb(11,133,93); }

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