Html Css Color HEX #064736 Deep Teal

📋 copy color: '#064736'

red 6 ◦ green 71 ◦ blue 54

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

Shades of Deep Teal #064736

Tints of Deep Teal #064736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 54 (21.48% from 255) = 41.22%

R = 4.58%
G = 54.2%
B = 41.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#064736 (or 0x064736) is known color: Deep Teal. HEX triplet: 06, 47 and 36. RGB value is (6,71,54). Sum of RGB (Red+Green+Blue) = 6+71+54=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #064736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064736 is #F9B8C9. Grayscale: #313131. Windows color (decimal): -16365770 or 3557126. OLE color: 3557126.

HSL color Cylindrical-coordinate representation of color #064736: hue angle of 164.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064736 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 54 -
CMYK 0.92 0 0.24 0.72
HSL 164.31º 0.84% 0.15% -
HSV(B) 164.31º 0.92% 0.28% -
XYZ 2.99 4.81 4.26 -
YUV 49.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 6 71 54 0.92 0 0.24 0.72 164.31 0.84 0.15
Hex 6 47 36 5C 0 18 48 A4 54 F
Octal 6 107 66 134 0 30 110 244 124 17
Binary 110 1000111 110110 1011100 0 11000 1001000 10100100 1010100 1111

Color Harmonies of #064736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064736

Black with #064736

Text Example


Text Example

White with #064736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064736; }

 p { color: rgb(6,71,54); }

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

background-color css

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

 a { background-color: rgb(6,71,54); }

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

border-color css

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

 span { border-color: rgb(6,71,54); }

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