#0A513F

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

Shades of Deep Teal #0A513F

Tints of Deep Teal #0A513F

Color information

#0A513F (or 0x0A513F) is unknown color: approx Deep Teal. HEX triplet: 0A, 51 and 3F. RGB value is (10,81,63). Sum of RGB (Red+Green+Blue) = 10+81+63=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #0A513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A513F is #F5AEC0. Grayscale: #393939. Windows color (decimal): -16101057 or 4149514. OLE color: 4149514.

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

Color convert

RGB108163-
CMYK0.8800.220.68
HSL164.79º78.02%17.84%-
HSV(B)164.79º87.65%31.76%-
XYZ3.966.315.71-
YUV57.72130.9893.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 81 (32.03% from 255) = 52.60%
BLUE value IS 63 (25% from 255) = 40.91%
R=6.49%
G=52.60%
B=40.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081630.8800.220.68164.7978.0217.84
HexA513F5801644a54e12
Octal121217713002610424511622
Binary101010100011111111011000010110100010010100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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