#064C3C

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

Shades of Deep Teal #064C3C

Tints of Deep Teal #064C3C

Color information

#064C3C (or 0x064C3C) is unknown color: approx Deep Teal. HEX triplet: 06, 4C and 3C. RGB value is (6,76,60). Sum of RGB (Red+Green+Blue) = 6+76+60=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #064C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C3C is #F9B3C3. Grayscale: #353535. Windows color (decimal): -16364484 or 3951622. OLE color: 3951622.

HSL color Cylindrical-coordinate representation of color #064C3C: hue angle of 166.29º degrees, saturation: 0.85, 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 #064C3C is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB67660-
CMYK0.9200.210.70
HSL166.29º85.37%16.08%-
HSV(B)166.29º92.11%29.8%-
XYZ3.485.535.16-
YUV53.25131.8194.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 76 (30.08% from 255) = 53.52%
BLUE value IS 60 (23.83% from 255) = 42.25%
R=4.23%
G=53.52%
B=42.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676600.9200.210.70166.2985.3716.08
Hex64C3C5C01546a65510
Octal61147413402510624612520
Binary11010011001111001011100010101100011010100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,76,60); }

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

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

 a { background-color: rgb(6,76,60); }

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

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

 span { border-color: rgb(6,76,60); }

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