#0A513E

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

Shades of Deep Teal #0A513E

Tints of Deep Teal #0A513E

Color information

#0A513E (or 0x0A513E) is unknown color: approx Deep Teal. HEX triplet: 0A, 51 and 3E. RGB value is (10,81,62). Sum of RGB (Red+Green+Blue) = 10+81+62=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #0A513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A513E is #F5AEC1. Grayscale: #393939. Windows color (decimal): -16101058 or 4083978. OLE color: 4083978.

HSL color Cylindrical-coordinate representation of color #0A513E: hue angle of 163.94º 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 #0A513E is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB108162-
CMYK0.8800.230.68
HSL163.94º78.02%17.84%-
HSV(B)163.94º87.65%31.76%-
XYZ3.946.35.57-
YUV57.6130.4894.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=6.54%
G=52.94%
B=40.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081620.8800.230.68163.9478.0217.84
HexA513E5801744a44e12
Octal121217613002710424411622
Binary101010100011111101011000010111100010010100100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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