Html Css Color HEX #064C3C Deep Teal

📋 copy color: '#064C3C'

red 6 ◦ green 76 ◦ blue 60

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

Shades of Deep Teal #064C3C

Tints of Deep Teal #064C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 53.52%

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

R = 4.23%
G = 53.52%
B = 42.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#064C3C (or 0x064C3C) is known color: Deep Teal. HEX triplet: 06, 4C and 3C. RGB value is (6,76,60). Sum of RGB (Red+Green+Blue) = 6+76+60=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #064C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C3C is #F9B3C3. Grayscale: #353535. Windows color (decimal): -16364484 or 3951622. OLE color: 3951622.

HSL color Cylindrical-coordinate representation of color #064C3C: hue angle of 166.29º degrees, saturation: 0.85, 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 #064C3C is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 76 60 -
CMYK 0.92 0 0.21 0.70
HSL 166.29º 0.85% 0.16% -
HSV(B) 166.29º 0.92% 0.3% -
XYZ 3.48 5.53 5.16 -
YUV 53.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 6 76 60 0.92 0 0.21 0.70 166.29 0.85 0.16
Hex 6 4C 3C 5C 0 15 46 A6 55 10
Octal 6 114 74 134 0 25 106 246 125 20
Binary 110 1001100 111100 1011100 0 10101 1000110 10100110 1010101 10000

Color Harmonies of #064C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C3C

Black with #064C3C

Text Example


Text Example

White with #064C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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