#064238

Color #064238 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #064238

Tints of Deep Teal #064238

Color information

#064238 (or 0x064238) is unknown color: approx 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

RGB66656-
CMYK0.9100.150.74
HSL170º83.33%14.12%-
HSV(B)170º90.91%25.88%-
XYZ2.744.224.41-
YUV46.92133.1298.81-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666560.9100.150.7417083.3314.12
Hex642385B0F4Aaa53e
Octal61027013301711225212316
Binary110100001011100010110110111110010101010101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>