Html Css Color HEX #15473E Deep Teal

📋 copy color: '#15473E'

red 21 ◦ green 71 ◦ blue 62

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

Shades of Deep Teal #15473E

Tints of Deep Teal #15473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 13.64%
G = 46.1%
B = 40.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#15473E (or 0x15473E) is known color: Deep Teal. HEX triplet: 15, 47 and 3E. RGB value is (21,71,62). Sum of RGB (Red+Green+Blue) = 21+71+62=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #15473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473E is #EAB8C1. Grayscale: #373737. Windows color (decimal): -15382722 or 4081429. OLE color: 4081429.

HSL color Cylindrical-coordinate representation of color #15473E: hue angle of 169.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15473E is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 71 62 -
CMYK 0.70 0 0.13 0.72
HSL 169.2º 0.54% 0.18% -
HSV(B) 169.2º 0.7% 0.28% -
XYZ 3.43 5.01 5.34 -
YUV 55.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 21 71 62 0.70 0 0.13 0.72 169.2 0.54 0.18
Hex 15 47 3E 46 0 D 48 A9 36 12
Octal 25 107 76 106 0 15 110 251 66 22
Binary 10101 1000111 111110 1000110 0 1101 1001000 10101001 110110 10010

Color Harmonies of #15473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15473E

Black with #15473E

Text Example


Text Example

White with #15473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,71,62); }

 H1.HeaderClassName
 {
   color: #15473E;
 }
 .AnyTagClassName
 {
   color: #15473E;
 }
</style>

background-color css

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

 a { background-color: rgb(21,71,62); }

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

border-color css

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

 span { border-color: rgb(21,71,62); }

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