#0A513C

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

Shades of Deep Teal #0A513C

Tints of Deep Teal #0A513C

Color information

#0A513C (or 0x0A513C) is unknown color: approx Deep Teal. HEX triplet: 0A, 51 and 3C. RGB value is (10,81,60). Sum of RGB (Red+Green+Blue) = 10+81+60=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #0A513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A513C is #F5AEC3. Grayscale: #393939. Windows color (decimal): -16101060 or 3952906. OLE color: 3952906.

HSL color Cylindrical-coordinate representation of color #0A513C: hue angle of 162.25º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A513C is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB108160-
CMYK0.8800.260.68
HSL162.25º78.02%17.84%-
HSV(B)162.25º87.65%31.76%-
XYZ3.886.285.28-
YUV57.38129.4894.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 81 (32.03% from 255) = 53.64%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=6.62%
G=53.64%
B=39.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081600.8800.260.68162.2578.0217.84
HexA513C5801A44a24e12
Octal121217413003210424211622
Binary101010100011111001011000011010100010010100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,81,60); }

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

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

 a { background-color: rgb(10,81,60); }

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

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

 span { border-color: rgb(10,81,60); }

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