Html Css Color HEX #064037 Deep Teal

📋 copy color: '#064037'

red 6 ◦ green 64 ◦ blue 55

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

Shades of Deep Teal #064037

Tints of Deep Teal #064037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

 BLUE value IS 55 (21.88% from 255) = 44%

R = 4.8%
G = 51.2%
B = 44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#064037 (or 0x064037) is known color: Deep Teal. HEX triplet: 06, 40 and 37. RGB value is (6,64,55). Sum of RGB (Red+Green+Blue) = 6+64+55=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #064037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064037 is #F9BFC8. Grayscale: #2D2D2D. Windows color (decimal): -16367561 or 3620870. OLE color: 3620870.

HSL color Cylindrical-coordinate representation of color #064037: hue angle of 170.69º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064037 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 55 -
CMYK 0.91 0 0.14 0.75
HSL 170.69º 0.83% 0.14% -
HSV(B) 170.69º 0.91% 0.25% -
XYZ 2.6 3.98 4.25 -
YUV 45.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 6 64 55 0.91 0 0.14 0.75 170.69 0.83 0.14
Hex 6 40 37 5B 0 E 4B AB 53 E
Octal 6 100 67 133 0 16 113 253 123 16
Binary 110 1000000 110111 1011011 0 1110 1001011 10101011 1010011 1110

Color Harmonies of #064037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064037

Black with #064037

Text Example


Text Example

White with #064037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064037; }

 p { color: rgb(6,64,55); }

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

background-color css

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

 a { background-color: rgb(6,64,55); }

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

border-color css

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

 span { border-color: rgb(6,64,55); }

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