#02503D

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

Shades of Deep Teal #02503D

Tints of Deep Teal #02503D

Color information

#02503D (or 0x02503D) is unknown color: approx Deep Teal. HEX triplet: 02, 50 and 3D. RGB value is (2,80,61). Sum of RGB (Red+Green+Blue) = 2+80+61=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #02503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02503D is #FDAFC2. Grayscale: #363636. Windows color (decimal): -16625603 or 4018178. OLE color: 4018178.

HSL color Cylindrical-coordinate representation of color #02503D: hue angle of 165.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02503D is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB28061-
CMYK0.9800.240.69
HSL165.38º95.12%16.08%-
HSV(B)165.38º97.5%31.37%-
XYZ3.746.095.39-
YUV54.51131.6690.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=1.40%
G=55.94%
B=42.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280610.9800.240.69165.3895.1216.08
Hex2503D6201845a55f10
Octal21207514203010524513720
Binary1010100001111011100010011000100010110100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02503D; }

 p { color: rgb(2,80,61); }

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

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

 a { background-color: rgb(2,80,61); }

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

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

 span { border-color: rgb(2,80,61); }

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