Html Css Color HEX #064237 Deep Teal

📋 copy color: '#064237'

red 6 ◦ green 66 ◦ blue 55

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

Shades of Deep Teal #064237

Tints of Deep Teal #064237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.97%

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

R = 4.72%
G = 51.97%
B = 43.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#064237 (or 0x064237) is known color: Deep Teal. HEX triplet: 06, 42 and 37. RGB value is (6,66,55). Sum of RGB (Red+Green+Blue) = 6+66+55=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #064237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064237 is #F9BDC8. Grayscale: #2E2E2E. Windows color (decimal): -16367049 or 3621382. OLE color: 3621382.

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

Color convert

RGB 6 66 55 -
CMYK 0.91 0 0.17 0.74
HSL 169º 0.83% 0.14% -
HSV(B) 169º 0.91% 0.26% -
XYZ 2.71 4.21 4.28 -
YUV 46.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 6 66 55 0.91 0 0.17 0.74 169 0.83 0.14
Hex 6 42 37 5B 0 11 4A A9 53 E
Octal 6 102 67 133 0 21 112 251 123 16
Binary 110 1000010 110111 1011011 0 10001 1001010 10101001 1010011 1110

Color Harmonies of #064237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064237

Black with #064237

Text Example


Text Example

White with #064237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064237; }

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

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

background-color css

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

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

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

border-color css

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

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

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