Html Css Color HEX #064238 Deep Teal

📋 copy color: '#064238'

red 6 ◦ green 66 ◦ blue 56

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

Shades of Deep Teal #064238

Tints of Deep Teal #064238

RGB

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

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

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

R = 4.69%
G = 51.56%
B = 43.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#064238 (or 0x064238) is known color: Deep Teal. HEX triplet: 06, 42 and 38. RGB value is (6,66,56). Sum of RGB (Red+Green+Blue) = 6+66+56=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #064238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064238 is #F9BDC7. Grayscale: #2E2E2E. Windows color (decimal): -16367048 or 3686918. OLE color: 3686918.

HSL color Cylindrical-coordinate representation of color #064238: hue angle of 170º 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 #064238 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 56 -
CMYK 0.91 0 0.15 0.74
HSL 170º 0.83% 0.14% -
HSV(B) 170º 0.91% 0.26% -
XYZ 2.74 4.22 4.41 -
YUV 46.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 6 66 56 0.91 0 0.15 0.74 170 0.83 0.14
Hex 6 42 38 5B 0 F 4A AA 53 E
Octal 6 102 70 133 0 17 112 252 123 16
Binary 110 1000010 111000 1011011 0 1111 1001010 10101010 1010011 1110

Color Harmonies of #064238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064238

Black with #064238

Text Example


Text Example

White with #064238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064238; }

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

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

background-color css

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

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

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

border-color css

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

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

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