Html Css Color HEX #064B3C Deep Teal

📋 copy color: '#064B3C'

red 6 ◦ green 75 ◦ blue 60

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

Shades of Deep Teal #064B3C

Tints of Deep Teal #064B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 4.26%
G = 53.19%
B = 42.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#064B3C (or 0x064B3C) is known color: Deep Teal. HEX triplet: 06, 4B and 3C. RGB value is (6,75,60). Sum of RGB (Red+Green+Blue) = 6+75+60=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #064B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B3C is #F9B4C3. Grayscale: #343434. Windows color (decimal): -16364740 or 3951366. OLE color: 3951366.

HSL color Cylindrical-coordinate representation of color #064B3C: hue angle of 166.96º 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 #064B3C is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 75 60 -
CMYK 0.92 0 0.20 0.71
HSL 166.96º 0.85% 0.16% -
HSV(B) 166.96º 0.92% 0.29% -
XYZ 3.41 5.4 5.14 -
YUV 52.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 6 75 60 0.92 0 0.20 0.71 166.96 0.85 0.16
Hex 6 4B 3C 5C 0 14 47 A7 55 10
Octal 6 113 74 134 0 24 107 247 125 20
Binary 110 1001011 111100 1011100 0 10100 1000111 10100111 1010101 10000

Color Harmonies of #064B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B3C

Black with #064B3C

Text Example


Text Example

White with #064B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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