#064134

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

Shades of Deep Teal #064134

Tints of Deep Teal #064134

Color information

#064134 (or 0x064134) is unknown color: approx Deep Teal. HEX triplet: 06, 41 and 34. RGB value is (6,65,52). Sum of RGB (Red+Green+Blue) = 6+65+52=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #064134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064134 is #F9BECB. Grayscale: #2D2D2D. Windows color (decimal): -16367308 or 3424518. OLE color: 3424518.

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

Color convert

RGB66552-
CMYK0.9100.200.75
HSL166.78º83.1%13.92%-
HSV(B)166.78º90.77%25.49%-
XYZ2.594.073.9-
YUV45.88131.4599.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=4.88%
G=52.85%
B=42.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665520.9100.200.75166.7883.113.92
Hex641345B0144Ba753e
Octal61016413302411324712316
Binary1101000001110100101101101010010010111010011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064134; }

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

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

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

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

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

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

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

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