#064435

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

Shades of Deep Teal #064435

Tints of Deep Teal #064435

Color information

#064435 (or 0x064435) is unknown color: approx Deep Teal. HEX triplet: 06, 44 and 35. RGB value is (6,68,53). Sum of RGB (Red+Green+Blue) = 6+68+53=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #064435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064435 is #F9BBCA. Grayscale: #2F2F2F. Windows color (decimal): -16366539 or 3490822. OLE color: 3490822.

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

Color convert

RGB66853-
CMYK0.9100.220.73
HSL165.48º83.78%14.51%-
HSV(B)165.48º91.18%26.67%-
XYZ2.784.434.08-
YUV47.75130.9698.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=4.72%
G=53.54%
B=41.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668530.9100.220.73165.4883.7814.51
Hex644355B01649a554f
Octal61046513302611124512417
Binary1101000100110101101101101011010010011010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064435; }

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

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

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

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

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

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

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

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