Html Css Color HEX #064538 Deep Teal

📋 copy color: '#064538'

red 6 ◦ green 69 ◦ blue 56

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

Shades of Deep Teal #064538

Tints of Deep Teal #064538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.67%

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

R = 4.58%
G = 52.67%
B = 42.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#064538 (or 0x064538) is known color: Deep Teal. HEX triplet: 06, 45 and 38. RGB value is (6,69,56). Sum of RGB (Red+Green+Blue) = 6+69+56=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #064538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064538 is #F9BAC7. Grayscale: #303030. Windows color (decimal): -16366280 or 3687686. OLE color: 3687686.

HSL color Cylindrical-coordinate representation of color #064538: hue angle of 167.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064538 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 56 -
CMYK 0.91 0 0.19 0.73
HSL 167.62º 0.84% 0.15% -
HSV(B) 167.62º 0.91% 0.27% -
XYZ 2.92 4.58 4.47 -
YUV 48.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 6 69 56 0.91 0 0.19 0.73 167.62 0.84 0.15
Hex 6 45 38 5B 0 13 49 A8 54 F
Octal 6 105 70 133 0 23 111 250 124 17
Binary 110 1000101 111000 1011011 0 10011 1001001 10101000 1010100 1111

Color Harmonies of #064538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064538

Black with #064538

Text Example


Text Example

White with #064538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064538; }

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

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

background-color css

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

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

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

border-color css

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

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

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