#0B8A61

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

Shades of Deep Sea #0B8A61

Tints of Deep Sea #0B8A61

Color information

#0B8A61 (or 0x0B8A61) is unknown color: approx Deep Sea. HEX triplet: 0B, 8A and 61. RGB value is (11,138,97). Sum of RGB (Red+Green+Blue) = 11+138+97=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A61 is #F4759E. Grayscale: #5F5F5F. Windows color (decimal): -16020895 or 6392331. OLE color: 6392331.

HSL color Cylindrical-coordinate representation of color #0B8A61: hue angle of 160.63º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8A61 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1113897-
CMYK0.9200.300.46
HSL160.63º85.23%29.22%-
HSV(B)160.63º92.03%54.12%-
XYZ11.3819.1114.4-
YUV95.35128.9267.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 138 (54.30% from 255) = 56.10%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=4.47%
G=56.10%
B=39.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11138970.9200.300.46160.6385.2329.22
HexB8A615C01E2Ea1551d
Octal132121411340365624112535
Binary1011100010101100001101110001111010111010100001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,138,97); }

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

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

 a { background-color: rgb(11,138,97); }

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

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

 span { border-color: rgb(11,138,97); }

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