#065240

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

Shades of Deep Teal #065240

Tints of Deep Teal #065240

Color information

#065240 (or 0x065240) is unknown color: approx Deep Teal. HEX triplet: 06, 52 and 40. RGB value is (6,82,64). Sum of RGB (Red+Green+Blue) = 6+82+64=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #065240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065240 is #F9ADBF. Grayscale: #393939. Windows color (decimal): -16362944 or 4215302. OLE color: 4215302.

HSL color Cylindrical-coordinate representation of color #065240: hue angle of 165.79º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065240 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB68264-
CMYK0.9300.220.68
HSL165.79º86.36%17.25%-
HSV(B)165.79º92.68%32.16%-
XYZ4.026.445.88-
YUV57.22131.8291.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 82 (32.42% from 255) = 53.95%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=3.95%
G=53.95%
B=42.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682640.9300.220.68165.7986.3617.25
Hex652405D01644a65611
Octal612210013502610424612621
Binary110101001010000001011101010110100010010100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065240; }

 p { color: rgb(6,82,64); }

 H1.HeaderClassName
 {
   color: #065240;
 }
 .AnyTagClassName
 {
   color: #065240;
 }
</style>
background-color css

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

 a { background-color: rgb(6,82,64); }

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

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

 span { border-color: rgb(6,82,64); }

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