#064133

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

Shades of Deep Teal #064133

Tints of Deep Teal #064133

Color information

#064133 (or 0x064133) is unknown color: approx Deep Teal. HEX triplet: 06, 41 and 33. RGB value is (6,65,51). Sum of RGB (Red+Green+Blue) = 6+65+51=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #064133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064133 is #F9BECC. Grayscale: #2D2D2D. Windows color (decimal): -16367309 or 3358982. OLE color: 3358982.

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

Color convert

RGB66551-
CMYK0.9100.220.75
HSL165.76º83.1%13.92%-
HSV(B)165.76º90.77%25.49%-
XYZ2.564.063.78-
YUV45.76130.9599.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=4.92%
G=53.28%
B=41.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665510.9100.220.75165.7683.113.92
Hex641335B0164Ba653e
Octal61016313302611324612316
Binary1101000001110011101101101011010010111010011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064133; }

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

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

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

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

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

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

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

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