#064B37

Color #064B37 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #064B37

Tints of Deep Teal #064B37

Color information

#064B37 (or 0x064B37) is unknown color: approx 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

RGB67555-
CMYK0.9200.270.71
HSL162.61º85.19%15.88%-
HSV(B)162.61º92%29.41%-
XYZ3.285.354.47-
YUV52.09129.6495.13-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675550.9200.270.71162.6185.1915.88
Hex64B375C01B47a35510
Octal61136713403310724312520
Binary11010010111101111011100011011100011110100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>