Html Css Color HEX #064D3C Deep Teal

📋 copy color: '#064D3C'

red 6 ◦ green 77 ◦ blue 60

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

Shades of Deep Teal #064D3C

Tints of Deep Teal #064D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 53.85%

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

R = 4.2%
G = 53.85%
B = 41.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#064D3C (or 0x064D3C) is known color: Deep Teal. HEX triplet: 06, 4D and 3C. RGB value is (6,77,60). Sum of RGB (Red+Green+Blue) = 6+77+60=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #064D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D3C is #F9B2C3. Grayscale: #353535. Windows color (decimal): -16364228 or 3951878. OLE color: 3951878.

HSL color Cylindrical-coordinate representation of color #064D3C: hue angle of 165.63º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D3C is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 77 60 -
CMYK 0.92 0 0.22 0.70
HSL 165.63º 0.86% 0.16% -
HSV(B) 165.63º 0.92% 0.3% -
XYZ 3.54 5.67 5.18 -
YUV 53.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 6 77 60 0.92 0 0.22 0.70 165.63 0.86 0.16
Hex 6 4D 3C 5C 0 16 46 A6 56 10
Octal 6 115 74 134 0 26 106 246 126 20
Binary 110 1001101 111100 1011100 0 10110 1000110 10100110 1010110 10000

Color Harmonies of #064D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D3C

Black with #064D3C

Text Example


Text Example

White with #064D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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