Html Css Color HEX #15463A Deep Teal

📋 copy color: '#15463A'

red 21 ◦ green 70 ◦ blue 58

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

Shades of Deep Teal #15463A

Tints of Deep Teal #15463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

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

R = 14.09%
G = 46.98%
B = 38.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#15463A (or 0x15463A) is known color: Deep Teal. HEX triplet: 15, 46 and 3A. RGB value is (21,70,58). Sum of RGB (Red+Green+Blue) = 21+70+58=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #15463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15463A is #EAB9C5. Grayscale: #353535. Windows color (decimal): -15382982 or 3819029. OLE color: 3819029.

HSL color Cylindrical-coordinate representation of color #15463A: hue angle of 165.31º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15463A is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 70 58 -
CMYK 0.70 0 0.17 0.73
HSL 165.31º 0.54% 0.18% -
HSV(B) 165.31º 0.7% 0.27% -
XYZ 3.26 4.85 4.77 -
YUV 53.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 21 70 58 0.70 0 0.17 0.73 165.31 0.54 0.18
Hex 15 46 3A 46 0 11 49 A5 36 12
Octal 25 106 72 106 0 21 111 245 66 22
Binary 10101 1000110 111010 1000110 0 10001 1001001 10100101 110110 10010

Color Harmonies of #15463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15463A

Black with #15463A

Text Example


Text Example

White with #15463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,70,58); }

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

background-color css

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

 a { background-color: rgb(21,70,58); }

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

border-color css

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

 span { border-color: rgb(21,70,58); }

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