#0A875E

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

Shades of Deep Sea #0A875E

Tints of Deep Sea #0A875E

Color information

#0A875E (or 0x0A875E) is unknown color: approx Deep Sea. HEX triplet: 0A, 87 and 5E. RGB value is (10,135,94). Sum of RGB (Red+Green+Blue) = 10+135+94=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #0A875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A875E is #F578A1. Grayscale: #5C5C5C. Windows color (decimal): -16087202 or 6194954. OLE color: 6194954.

HSL color Cylindrical-coordinate representation of color #0A875E: hue angle of 160.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A875E is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1013594-
CMYK0.9300.300.47
HSL160.32º86.21%28.43%-
HSV(B)160.32º92.59%52.94%-
XYZ10.8118.213.53-
YUV92.95128.5968.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=4.18%
G=56.49%
B=39.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135940.9300.300.47160.3286.2128.43
HexA875E5D01E2Fa0561c
Octal122071361350365724012634
Binary1010100001111011110101110101111010111110100000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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