#064434

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

Shades of Deep Teal #064434

Tints of Deep Teal #064434

Color information

#064434 (or 0x064434) is unknown color: approx Deep Teal. HEX triplet: 06, 44 and 34. RGB value is (6,68,52). Sum of RGB (Red+Green+Blue) = 6+68+52=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #064434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064434 is #F9BBCB. Grayscale: #2F2F2F. Windows color (decimal): -16366540 or 3425286. OLE color: 3425286.

HSL color Cylindrical-coordinate representation of color #064434: hue angle of 164.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064434 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB66852-
CMYK0.9100.240.73
HSL164.52º83.78%14.51%-
HSV(B)164.52º91.18%26.67%-
XYZ2.764.423.96-
YUV47.64130.4698.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=4.76%
G=53.97%
B=41.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668520.9100.240.73164.5283.7814.51
Hex644345B01849a554f
Octal61046413303011124512417
Binary1101000100110100101101101100010010011010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064434; }

 p { color: rgb(6,68,52); }

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

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

 a { background-color: rgb(6,68,52); }

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

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

 span { border-color: rgb(6,68,52); }

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