#064635

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

Shades of Deep Teal #064635

Tints of Deep Teal #064635

Color information

#064635 (or 0x064635) is unknown color: approx Deep Teal. HEX triplet: 06, 46 and 35. RGB value is (6,70,53). Sum of RGB (Red+Green+Blue) = 6+70+53=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #064635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064635 is #F9B9CA. Grayscale: #303030. Windows color (decimal): -16366027 or 3491334. OLE color: 3491334.

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

Color convert

RGB67053-
CMYK0.9100.240.73
HSL164.06º84.21%14.9%-
HSV(B)164.06º91.43%27.45%-
XYZ2.914.684.12-
YUV48.93130.397.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=4.65%
G=54.26%
B=41.09%

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
Decimal670530.9100.240.73164.0684.2114.9
Hex646355B01849a454f
Octal61066513303011124412417
Binary1101000110110101101101101100010010011010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064635; }

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

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

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

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

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

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

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

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