#02513D

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

Shades of Deep Teal #02513D

Tints of Deep Teal #02513D

Color information

#02513D (or 0x02513D) is unknown color: approx Deep Teal. HEX triplet: 02, 51 and 3D. RGB value is (2,81,61). Sum of RGB (Red+Green+Blue) = 2+81+61=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #02513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02513D is #FDAEC2. Grayscale: #373737. Windows color (decimal): -16625347 or 4018434. OLE color: 4018434.

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

Color convert

RGB28161-
CMYK0.9800.250.68
HSL164.81º95.18%16.27%-
HSV(B)164.81º97.53%31.76%-
XYZ3.816.235.42-
YUV55.1131.3390.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=1.39%
G=56.25%
B=42.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281610.9800.250.68164.8195.1816.27
Hex2513D6201944a55f10
Octal21217514203110424513720
Binary1010100011111011100010011001100010010100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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