#06513E

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

Shades of Deep Teal #06513E

Tints of Deep Teal #06513E

Color information

#06513E (or 0x06513E) is unknown color: approx Deep Teal. HEX triplet: 06, 51 and 3E. RGB value is (6,81,62). Sum of RGB (Red+Green+Blue) = 6+81+62=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #06513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06513E is #F9AEC1. Grayscale: #383838. Windows color (decimal): -16363202 or 4083974. OLE color: 4083974.

HSL color Cylindrical-coordinate representation of color #06513E: hue angle of 164.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06513E is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB68162-
CMYK0.9300.230.68
HSL164.8º86.21%17.06%-
HSV(B)164.8º92.59%31.76%-
XYZ3.896.275.56-
YUV56.41131.1592.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 81 (32.03% from 255) = 54.36%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=4.03%
G=54.36%
B=41.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681620.9300.230.68164.886.2117.06
Hex6513E5D01744a55611
Octal61217613502710424512621
Binary11010100011111101011101010111100010010100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06513E; }

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

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

<style>
 a { background-color: #06513E; }

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

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

<style>
 span { border-color: #06513E; }

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

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