Html Css Color HEX #15493B Deep Teal

📋 copy color: '#15493B'

red 21 ◦ green 73 ◦ blue 59

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

Shades of Deep Teal #15493B

Tints of Deep Teal #15493B

RGB

 RED value IS 21 (8.59% from 255) = 13.73%

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

 BLUE value IS 59 (23.44% from 255) = 38.56%

R = 13.73%
G = 47.71%
B = 38.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#15493B (or 0x15493B) is known color: Deep Teal. HEX triplet: 15, 49 and 3B. RGB value is (21,73,59). Sum of RGB (Red+Green+Blue) = 21+73+59=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #15493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15493B is #EAB6C4. Grayscale: #373737. Windows color (decimal): -15382213 or 3885333. OLE color: 3885333.

HSL color Cylindrical-coordinate representation of color #15493B: hue angle of 163.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15493B is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 73 59 -
CMYK 0.71 0 0.19 0.71
HSL 163.85º 0.55% 0.18% -
HSV(B) 163.85º 0.71% 0.29% -
XYZ 3.48 5.24 4.97 -
YUV 55.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 21 73 59 0.71 0 0.19 0.71 163.85 0.55 0.18
Hex 15 49 3B 47 0 13 47 A4 37 12
Octal 25 111 73 107 0 23 107 244 67 22
Binary 10101 1001001 111011 1000111 0 10011 1000111 10100100 110111 10010

Color Harmonies of #15493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15493B

Black with #15493B

Text Example


Text Example

White with #15493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15493B; }

 p { color: rgb(21,73,59); }

 H1.HeaderClassName
 {
   color: #15493B;
 }
 .AnyTagClassName
 {
   color: #15493B;
 }
</style>

background-color css

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

 a { background-color: rgb(21,73,59); }

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

border-color css

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

 span { border-color: rgb(21,73,59); }

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