#064437

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

Shades of Deep Teal #064437

Tints of Deep Teal #064437

Color information

#064437 (or 0x064437) is unknown color: approx Deep Teal. HEX triplet: 06, 44 and 37. RGB value is (6,68,55). Sum of RGB (Red+Green+Blue) = 6+68+55=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #064437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064437 is #F9BBC8. Grayscale: #2F2F2F. Windows color (decimal): -16366537 or 3621894. OLE color: 3621894.

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

Color convert

RGB66855-
CMYK0.9100.190.73
HSL167.42º83.78%14.51%-
HSV(B)167.42º91.18%26.67%-
XYZ2.834.454.32-
YUV47.98131.9698.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 68 (26.95% from 255) = 52.71%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=4.65%
G=52.71%
B=42.64%

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
Decimal668550.9100.190.73167.4283.7814.51
Hex644375B01349a754f
Octal61046713302311124712417
Binary1101000100110111101101101001110010011010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064437; }

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

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

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

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

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

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

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

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