#064336

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

Shades of Deep Teal #064336

Tints of Deep Teal #064336

Color information

#064336 (or 0x064336) is unknown color: approx Deep Teal. HEX triplet: 06, 43 and 36. RGB value is (6,67,54). Sum of RGB (Red+Green+Blue) = 6+67+54=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #064336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064336 is #F9BCC9. Grayscale: #2F2F2F. Windows color (decimal): -16366794 or 3556102. OLE color: 3556102.

HSL color Cylindrical-coordinate representation of color #064336: hue angle of 167.21º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064336 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB66754-
CMYK0.9100.190.74
HSL167.21º83.56%14.31%-
HSV(B)167.21º91.04%26.27%-
XYZ2.754.324.18-
YUV47.28131.7998.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=4.72%
G=52.76%
B=42.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667540.9100.190.74167.2183.5614.31
Hex643365B0134Aa754e
Octal61036613302311224712416
Binary1101000011110110101101101001110010101010011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064336; }

 p { color: rgb(6,67,54); }

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

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

 a { background-color: rgb(6,67,54); }

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

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

 span { border-color: rgb(6,67,54); }

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