#0A8865

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

Shades of Deep Sea #0A8865

Tints of Deep Sea #0A8865

Color information

#0A8865 (or 0x0A8865) is unknown color: approx Deep Sea. HEX triplet: 0A, 88 and 65. RGB value is (10,136,101). Sum of RGB (Red+Green+Blue) = 10+136+101=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8865 is #F5779A. Grayscale: #5E5E5E. Windows color (decimal): -16086939 or 6653962. OLE color: 6653962.

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

Color convert

RGB10136101-
CMYK0.9300.260.47
HSL163.33º86.3%28.63%-
HSV(B)163.33º92.65%53.33%-
XYZ11.2818.6115.31-
YUV94.34131.7667.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.05%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=4.05%
G=55.06%
B=40.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101361010.9300.260.47163.3386.328.63
HexA88655D01A2Fa3561d
Octal122101451350325724312635
Binary1010100010001100101101110101101010111110100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,136,101); }

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

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

 a { background-color: rgb(10,136,101); }

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

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

 span { border-color: rgb(10,136,101); }

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