#0A8A64

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

Shades of Deep Sea #0A8A64

Tints of Deep Sea #0A8A64

Color information

#0A8A64 (or 0x0A8A64) is unknown color: approx Deep Sea. HEX triplet: 0A, 8A and 64. RGB value is (10,138,100). Sum of RGB (Red+Green+Blue) = 10+138+100=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A64 is #F5759B. Grayscale: #5F5F5F. Windows color (decimal): -16086428 or 6588938. OLE color: 6588938.

HSL color Cylindrical-coordinate representation of color #0A8A64: hue angle of 162.19º 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 #0A8A64 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB10138100-
CMYK0.9300.280.46
HSL162.19º86.49%29.02%-
HSV(B)162.19º92.75%54.12%-
XYZ11.5119.1615.15-
YUV95.4130.5967.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 138 (54.30% from 255) = 55.65%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=4.03%
G=55.65%
B=40.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101381000.9300.280.46162.1986.4929.02
HexA8A645D01C2Ea2561d
Octal122121441350345624212635
Binary1010100010101100100101110101110010111010100010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,138,100); }

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

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

 a { background-color: rgb(10,138,100); }

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

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

 span { border-color: rgb(10,138,100); }

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