Html Css Color HEX #064F3C Deep Teal

📋 copy color: '#064F3C'

red 6 ◦ green 79 ◦ blue 60

#064F3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #064F3C

Tints of Deep Teal #064F3C

RGB

 RED value IS 6 (2.73% from 255) = 4.14%

 GREEN value IS 79 (31.25% from 255) = 54.48%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 4.14%
G = 54.48%
B = 41.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#064F3C (or 0x064F3C) is known color: Deep Teal. HEX triplet: 06, 4F and 3C. RGB value is (6,79,60). Sum of RGB (Red+Green+Blue) = 6+79+60=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #064F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F3C is #F9B0C3. Grayscale: #373737. Windows color (decimal): -16363716 or 3952390. OLE color: 3952390.

HSL color Cylindrical-coordinate representation of color #064F3C: hue angle of 164.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F3C is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 79 60 -
CMYK 0.92 0 0.24 0.69
HSL 164.38º 0.86% 0.17% -
HSV(B) 164.38º 0.92% 0.31% -
XYZ 3.69 5.96 5.23 -
YUV 55.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 6 79 60 0.92 0 0.24 0.69 164.38 0.86 0.17
Hex 6 4F 3C 5C 0 18 45 A4 56 11
Octal 6 117 74 134 0 30 105 244 126 21
Binary 110 1001111 111100 1011100 0 11000 1000101 10100100 1010110 10001

Color Harmonies of #064F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F3C

Black with #064F3C

Text Example


Text Example

White with #064F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #064F3C;
 }
 .AnyTagClassName
 {
   color: #064F3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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