#064D3A

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

Shades of Deep Teal #064D3A

Tints of Deep Teal #064D3A

Color information

#064D3A (or 0x064D3A) is unknown color: approx Deep Teal. HEX triplet: 06, 4D and 3A. RGB value is (6,77,58). Sum of RGB (Red+Green+Blue) = 6+77+58=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #064D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D3A is #F9B2C5. Grayscale: #353535. Windows color (decimal): -16364230 or 3820806. OLE color: 3820806.

HSL color Cylindrical-coordinate representation of color #064D3A: hue angle of 163.94º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D3A is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB67758-
CMYK0.9200.250.70
HSL163.94º85.54%16.27%-
HSV(B)163.94º92.21%30.2%-
XYZ3.495.654.91-
YUV53.6130.4894.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 77 (30.47% from 255) = 54.61%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=4.26%
G=54.61%
B=41.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677580.9200.250.70163.9485.5416.27
Hex64D3A5C01946a45610
Octal61157213403110624412620
Binary11010011011110101011100011001100011010100100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064D3A; }

 p { color: rgb(6,77,58); }

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

<style>
 a { background-color: #064D3A; }

 a { background-color: rgb(6,77,58); }

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

<style>
 span { border-color: #064D3A; }

 span { border-color: rgb(6,77,58); }

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