#02543E

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

Shades of Deep Teal #02543E

Tints of Deep Teal #02543E

Color information

#02543E (or 0x02543E) is unknown color: approx Deep Teal. HEX triplet: 02, 54 and 3E. RGB value is (2,84,62). Sum of RGB (Red+Green+Blue) = 2+84+62=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #02543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02543E is #FDABC1. Grayscale: #383838. Windows color (decimal): -16624578 or 4084738. OLE color: 4084738.

HSL color Cylindrical-coordinate representation of color #02543E: hue angle of 163.9º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02543E is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB28462-
CMYK0.9800.260.67
HSL163.9º95.35%16.86%-
HSV(B)163.9º97.62%32.94%-
XYZ4.066.75.64-
YUV56.97130.8388.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=1.35%
G=56.76%
B=41.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284620.9800.260.67163.995.3516.86
Hex2543E6201A43a45f11
Octal21247614203210324413721
Binary1010101001111101100010011010100001110100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02543E; }

 p { color: rgb(2,84,62); }

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

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

 a { background-color: rgb(2,84,62); }

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

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

 span { border-color: rgb(2,84,62); }

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