#064B3C

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

Shades of Deep Teal #064B3C

Tints of Deep Teal #064B3C

Color information

#064B3C (or 0x064B3C) is unknown color: approx Deep Teal. HEX triplet: 06, 4B and 3C. RGB value is (6,75,60). Sum of RGB (Red+Green+Blue) = 6+75+60=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #064B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B3C is #F9B4C3. Grayscale: #343434. Windows color (decimal): -16364740 or 3951366. OLE color: 3951366.

HSL color Cylindrical-coordinate representation of color #064B3C: hue angle of 166.96º 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 #064B3C is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB67560-
CMYK0.9200.200.71
HSL166.96º85.19%15.88%-
HSV(B)166.96º92%29.41%-
XYZ3.415.45.14-
YUV52.66132.1494.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=4.26%
G=53.19%
B=42.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675600.9200.200.71166.9685.1915.88
Hex64B3C5C01447a75510
Octal61137413402410724712520
Binary11010010111111001011100010100100011110100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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