#0A8961

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

Shades of Deep Sea #0A8961

Tints of Deep Sea #0A8961

Color information

#0A8961 (or 0x0A8961) is unknown color: approx Deep Sea. HEX triplet: 0A, 89 and 61. RGB value is (10,137,97). Sum of RGB (Red+Green+Blue) = 10+137+97=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8961 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8961 is #F5769E. Grayscale: #5E5E5E. Windows color (decimal): -16086687 or 6392074. OLE color: 6392074.

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

Color convert

RGB1013797-
CMYK0.9300.290.46
HSL161.1º86.39%28.82%-
HSV(B)161.1º92.7%53.73%-
XYZ11.2318.8214.35-
YUV94.47129.4267.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=4.10%
G=56.15%
B=39.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137970.9300.290.46161.186.3928.82
HexA89615D01D2Ea1561d
Octal122111411350355624112635
Binary1010100010011100001101110101110110111010100001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,137,97); }

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

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

 a { background-color: rgb(10,137,97); }

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

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

 span { border-color: rgb(10,137,97); }

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