#064639

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

Shades of Deep Teal #064639

Tints of Deep Teal #064639

Color information

#064639 (or 0x064639) is unknown color: approx Deep Teal. HEX triplet: 06, 46 and 39. RGB value is (6,70,57). Sum of RGB (Red+Green+Blue) = 6+70+57=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #064639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064639 is #F9B9C6. Grayscale: #313131. Windows color (decimal): -16366023 or 3753478. OLE color: 3753478.

HSL color Cylindrical-coordinate representation of color #064639: hue angle of 167.81º 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 #064639 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB67057-
CMYK0.9100.190.73
HSL167.81º84.21%14.9%-
HSV(B)167.81º91.43%27.45%-
XYZ34.714.62-
YUV49.38132.397.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=4.51%
G=52.63%
B=42.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670570.9100.190.73167.8184.2114.9
Hex646395B01349a854f
Octal61067113302311125012417
Binary1101000110111001101101101001110010011010100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064639; }

 p { color: rgb(6,70,57); }

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

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

 a { background-color: rgb(6,70,57); }

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

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

 span { border-color: rgb(6,70,57); }

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