Html Css Color HEX #15463E Deep Teal

📋 copy color: '#15463E'

red 21 ◦ green 70 ◦ blue 62

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

Shades of Deep Teal #15463E

Tints of Deep Teal #15463E

RGB

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

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

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

R = 13.73%
G = 45.75%
B = 40.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#15463E (or 0x15463E) is known color: Deep Teal. HEX triplet: 15, 46 and 3E. RGB value is (21,70,62). Sum of RGB (Red+Green+Blue) = 21+70+62=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #15463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15463E is #EAB9C1. Grayscale: #363636. Windows color (decimal): -15382978 or 4081173. OLE color: 4081173.

HSL color Cylindrical-coordinate representation of color #15463E: hue angle of 170.2º 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 #15463E is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 70 62 -
CMYK 0.70 0 0.11 0.73
HSL 170.2º 0.54% 0.18% -
HSV(B) 170.2º 0.7% 0.27% -
XYZ 3.37 4.89 5.32 -
YUV 54.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 21 70 62 0.70 0 0.11 0.73 170.2 0.54 0.18
Hex 15 46 3E 46 0 B 49 AA 36 12
Octal 25 106 76 106 0 13 111 252 66 22
Binary 10101 1000110 111110 1000110 0 1011 1001001 10101010 110110 10010

Color Harmonies of #15463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15463E

Black with #15463E

Text Example


Text Example

White with #15463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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