#0A855E

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

Shades of Deep Sea #0A855E

Tints of Deep Sea #0A855E

Color information

#0A855E (or 0x0A855E) is unknown color: approx Deep Sea. HEX triplet: 0A, 85 and 5E. RGB value is (10,133,94). Sum of RGB (Red+Green+Blue) = 10+133+94=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #0A855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A855E is #F57AA1. Grayscale: #5B5B5B. Windows color (decimal): -16087714 or 6194442. OLE color: 6194442.

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

Color convert

RGB1013394-
CMYK0.9200.290.48
HSL160.98º86.01%28.04%-
HSV(B)160.98º92.48%52.16%-
XYZ10.5317.6513.44-
YUV91.78129.2569.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.22%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=4.22%
G=56.12%
B=39.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10133940.9200.290.48160.9886.0128.04
HexA855E5C01D30a1561c
Octal122051361340356024112634
Binary1010100001011011110101110001110111000010100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,133,94); }

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

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

 a { background-color: rgb(10,133,94); }

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

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

 span { border-color: rgb(10,133,94); }

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