#064B3D

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

Shades of Deep Teal #064B3D

Tints of Deep Teal #064B3D

Color information

#064B3D (or 0x064B3D) is unknown color: approx Deep Teal. HEX triplet: 06, 4B and 3D. RGB value is (6,75,61). Sum of RGB (Red+Green+Blue) = 6+75+61=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #064B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B3D is #F9B4C2. Grayscale: #343434. Windows color (decimal): -16364739 or 4016902. OLE color: 4016902.

HSL color Cylindrical-coordinate representation of color #064B3D: hue angle of 167.83º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B3D is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB67561-
CMYK0.9200.190.71
HSL167.83º85.19%15.88%-
HSV(B)167.83º92%29.41%-
XYZ3.435.415.28-
YUV52.77132.6494.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 75 (29.69% from 255) = 52.82%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=4.23%
G=52.82%
B=42.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675610.9200.190.71167.8385.1915.88
Hex64B3D5C01347a85510
Octal61137513402310725012520
Binary11010010111111011011100010011100011110101000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B3D; }

 p { color: rgb(6,75,61); }

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

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

 a { background-color: rgb(6,75,61); }

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

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

 span { border-color: rgb(6,75,61); }

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