#064737

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

Shades of Deep Teal #064737

Tints of Deep Teal #064737

Color information

#064737 (or 0x064737) is unknown color: approx Deep Teal. HEX triplet: 06, 47 and 37. RGB value is (6,71,55). Sum of RGB (Red+Green+Blue) = 6+71+55=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #064737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064737 is #F9B8C8. Grayscale: #313131. Windows color (decimal): -16365769 or 3622662. OLE color: 3622662.

HSL color Cylindrical-coordinate representation of color #064737: hue angle of 165.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064737 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB67155-
CMYK0.9200.230.72
HSL165.23º84.42%15.1%-
HSV(B)165.23º91.55%27.84%-
XYZ3.024.824.39-
YUV49.74130.9796.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=4.55%
G=53.79%
B=41.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671550.9200.230.72165.2384.4215.1
Hex647375C01748a554f
Octal61076713402711024512417
Binary1101000111110111101110001011110010001010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064737; }

 p { color: rgb(6,71,55); }

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

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

 a { background-color: rgb(6,71,55); }

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

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

 span { border-color: rgb(6,71,55); }

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