#064135

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

Shades of Deep Teal #064135

Tints of Deep Teal #064135

Color information

#064135 (or 0x064135) is unknown color: approx Deep Teal. HEX triplet: 06, 41 and 35. RGB value is (6,65,53). Sum of RGB (Red+Green+Blue) = 6+65+53=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #064135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064135 is #F9BECA. Grayscale: #2D2D2D. Windows color (decimal): -16367307 or 3490054. OLE color: 3490054.

HSL color Cylindrical-coordinate representation of color #064135: hue angle of 167.8º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064135 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB66553-
CMYK0.9100.180.75
HSL167.8º83.1%13.92%-
HSV(B)167.8º90.77%25.49%-
XYZ2.614.084.02-
YUV45.99131.9599.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=4.84%
G=52.42%
B=42.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665530.9100.180.75167.883.113.92
Hex641355B0124Ba853e
Octal61016513302211325012316
Binary1101000001110101101101101001010010111010100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064135; }

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

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

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

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

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

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

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

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