Html Css Color HEX #02493A Deep Teal

📋 copy color: '#02493A'

red 2 ◦ green 73 ◦ blue 58

#02493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #02493A

Tints of Deep Teal #02493A

RGB

 RED value IS 2 (1.17% from 255) = 1.5%

 GREEN value IS 73 (28.91% from 255) = 54.89%

 BLUE value IS 58 (23.05% from 255) = 43.61%

R = 1.5%
G = 54.89%
B = 43.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#02493A (or 0x02493A) is known color: Deep Teal. HEX triplet: 02, 49 and 3A. RGB value is (2,73,58). Sum of RGB (Red+Green+Blue) = 2+73+58=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #02493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02493A is #FDB6C5. Grayscale: #323232. Windows color (decimal): -16627398 or 3819778. OLE color: 3819778.

HSL color Cylindrical-coordinate representation of color #02493A: hue angle of 167.32º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02493A is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 58 -
CMYK 0.97 0 0.21 0.71
HSL 167.32º 0.95% 0.15% -
HSV(B) 167.32º 0.97% 0.29% -
XYZ 3.17 5.08 4.82 -
YUV 50.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 2 73 58 0.97 0 0.21 0.71 167.32 0.95 0.15
Hex 2 49 3A 61 0 15 47 A7 5F F
Octal 2 111 72 141 0 25 107 247 137 17
Binary 10 1001001 111010 1100001 0 10101 1000111 10100111 1011111 1111

Color Harmonies of #02493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02493A

Black with #02493A

Text Example


Text Example

White with #02493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02493A; }

 p { color: rgb(2,73,58); }

 H1.HeaderClassName
 {
   color: #02493A;
 }
 .AnyTagClassName
 {
   color: #02493A;
 }
</style>

background-color css

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

 a { background-color: rgb(2,73,58); }

 div.DivClassName
 {
   background-color: #02493A;
 }
 .BgClassName
 {
   background-color: #02493A;
 }
</style>

border-color css

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

 span { border-color: rgb(2,73,58); }

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