Html Css Color HEX #064138 Deep Teal

📋 copy color: '#064138'

red 6 ◦ green 65 ◦ blue 56

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

Shades of Deep Teal #064138

Tints of Deep Teal #064138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 4.72%
G = 51.18%
B = 44.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#064138 (or 0x064138) is known color: Deep Teal. HEX triplet: 06, 41 and 38. RGB value is (6,65,56). Sum of RGB (Red+Green+Blue) = 6+65+56=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #064138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064138 is #F9BEC7. Grayscale: #2E2E2E. Windows color (decimal): -16367304 or 3686662. OLE color: 3686662.

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

Color convert

RGB 6 65 56 -
CMYK 0.91 0 0.14 0.75
HSL 170.85º 0.83% 0.14% -
HSV(B) 170.85º 0.91% 0.25% -
XYZ 2.68 4.1 4.39 -
YUV 46.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 6 65 56 0.91 0 0.14 0.75 170.85 0.83 0.14
Hex 6 41 38 5B 0 E 4B AB 53 E
Octal 6 101 70 133 0 16 113 253 123 16
Binary 110 1000001 111000 1011011 0 1110 1001011 10101011 1010011 1110

Color Harmonies of #064138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064138

Black with #064138

Text Example


Text Example

White with #064138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064138; }

 p { color: rgb(6,65,56); }

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

background-color css

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

 a { background-color: rgb(6,65,56); }

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

border-color css

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

 span { border-color: rgb(6,65,56); }

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