#0A825C

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

Shades of Deep Sea #0A825C

Tints of Deep Sea #0A825C

Color information

#0A825C (or 0x0A825C) is unknown color: approx Deep Sea. HEX triplet: 0A, 82 and 5C. RGB value is (10,130,92). Sum of RGB (Red+Green+Blue) = 10+130+92=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #0A825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A825C is #F57DA3. Grayscale: #595959. Windows color (decimal): -16088484 or 6062602. OLE color: 6062602.

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

Color convert

RGB1013092-
CMYK0.9200.290.49
HSL161º85.71%27.45%-
HSV(B)161º92.31%50.98%-
XYZ10.0416.812.84-
YUV89.79129.2471.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=4.31%
G=56.03%
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.49
SystemRedGreenBlueCMYKHSL
Decimal10130920.9200.290.4916185.7127.45
HexA825C5C01D31a1561b
Octal122021341340356124112633
Binary1010100000101011100101110001110111000110100001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,130,92); }

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

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

 a { background-color: rgb(10,130,92); }

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

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

 span { border-color: rgb(10,130,92); }

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