Html Css Color HEX #064938 Deep Teal

📋 copy color: '#064938'

red 6 ◦ green 73 ◦ blue 56

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

Shades of Deep Teal #064938

Tints of Deep Teal #064938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.07%

 BLUE value IS 56 (22.27% from 255) = 41.48%

R = 4.44%
G = 54.07%
B = 41.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#064938 (or 0x064938) is known color: Deep Teal. HEX triplet: 06, 49 and 38. RGB value is (6,73,56). Sum of RGB (Red+Green+Blue) = 6+73+56=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #064938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064938 is #F9B6C7. Grayscale: #333333. Windows color (decimal): -16365256 or 3688710. OLE color: 3688710.

HSL color Cylindrical-coordinate representation of color #064938: hue angle of 164.78º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064938 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 56 -
CMYK 0.92 0 0.23 0.71
HSL 164.78º 0.85% 0.15% -
HSV(B) 164.78º 0.92% 0.29% -
XYZ 3.17 5.09 4.56 -
YUV 51.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 6 73 56 0.92 0 0.23 0.71 164.78 0.85 0.15
Hex 6 49 38 5C 0 17 47 A5 55 F
Octal 6 111 70 134 0 27 107 245 125 17
Binary 110 1001001 111000 1011100 0 10111 1000111 10100101 1010101 1111

Color Harmonies of #064938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064938

Black with #064938

Text Example


Text Example

White with #064938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064938; }

 p { color: rgb(6,73,56); }

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

background-color css

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

 a { background-color: rgb(6,73,56); }

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

border-color css

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

 span { border-color: rgb(6,73,56); }

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