#0A8158

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

Shades of Deep Sea #0A8158

Tints of Deep Sea #0A8158

Color information

#0A8158 (or 0x0A8158) is unknown color: approx Deep Sea. HEX triplet: 0A, 81 and 58. RGB value is (10,129,88). Sum of RGB (Red+Green+Blue) = 10+129+88=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8158 is #F57EA7. Grayscale: #585858. Windows color (decimal): -16088744 or 5800202. OLE color: 5800202.

HSL color Cylindrical-coordinate representation of color #0A8158: hue angle of 159.33º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8158 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1012988-
CMYK0.9200.320.49
HSL159.33º85.61%27.25%-
HSV(B)159.33º92.25%50.59%-
XYZ9.7416.4711.9-
YUV88.74127.5871.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 129 (50.78% from 255) = 56.83%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=4.41%
G=56.83%
B=38.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10129880.9200.320.49159.3385.6127.25
HexA81585C020319f561b
Octal122011301340406123712633
Binary10101000000110110001011100010000011000110011111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,129,88); }

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

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

 a { background-color: rgb(10,129,88); }

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

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

 span { border-color: rgb(10,129,88); }

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