Html Css Color HEX #15463B Deep Teal

📋 copy color: '#15463B'

red 21 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #15463B

Tints of Deep Teal #15463B

RGB

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

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

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

R = 14%
G = 46.67%
B = 39.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#15463B (or 0x15463B) is known color: Deep Teal. HEX triplet: 15, 46 and 3B. RGB value is (21,70,59). Sum of RGB (Red+Green+Blue) = 21+70+59=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #15463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15463B is #EAB9C4. Grayscale: #363636. Windows color (decimal): -15382981 or 3884565. OLE color: 3884565.

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

Color convert

RGB 21 70 59 -
CMYK 0.70 0 0.16 0.73
HSL 166.53º 0.54% 0.18% -
HSV(B) 166.53º 0.7% 0.27% -
XYZ 3.29 4.86 4.9 -
YUV 54.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 21 70 59 0.70 0 0.16 0.73 166.53 0.54 0.18
Hex 15 46 3B 46 0 10 49 A7 36 12
Octal 25 106 73 106 0 20 111 247 66 22
Binary 10101 1000110 111011 1000110 0 10000 1001001 10100111 110110 10010

Color Harmonies of #15463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15463B

Black with #15463B

Text Example


Text Example

White with #15463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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