Html Css Color HEX #064B37 Deep Teal

📋 copy color: '#064B37'

red 6 ◦ green 75 ◦ blue 55

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

Shades of Deep Teal #064B37

Tints of Deep Teal #064B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 55.15%

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

R = 4.41%
G = 55.15%
B = 40.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#064B37 (or 0x064B37) is known color: Deep Teal. HEX triplet: 06, 4B and 37. RGB value is (6,75,55). Sum of RGB (Red+Green+Blue) = 6+75+55=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #064B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B37 is #F9B4C8. Grayscale: #343434. Windows color (decimal): -16364745 or 3623686. OLE color: 3623686.

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

Color convert

RGB 6 75 55 -
CMYK 0.92 0 0.27 0.71
HSL 162.61º 0.85% 0.16% -
HSV(B) 162.61º 0.92% 0.29% -
XYZ 3.28 5.35 4.47 -
YUV 52.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 6 75 55 0.92 0 0.27 0.71 162.61 0.85 0.16
Hex 6 4B 37 5C 0 1B 47 A3 55 10
Octal 6 113 67 134 0 33 107 243 125 20
Binary 110 1001011 110111 1011100 0 11011 1000111 10100011 1010101 10000

Color Harmonies of #064B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B37

Black with #064B37

Text Example


Text Example

White with #064B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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