Html Css Color HEX #15463D Deep Teal

📋 copy color: '#15463D'

red 21 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #15463D

Tints of Deep Teal #15463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 13.82%
G = 46.05%
B = 40.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#15463D (or 0x15463D) is known color: Deep Teal. HEX triplet: 15, 46 and 3D. RGB value is (21,70,61). Sum of RGB (Red+Green+Blue) = 21+70+61=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #15463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15463D is #EAB9C2. Grayscale: #363636. Windows color (decimal): -15382979 or 4015637. OLE color: 4015637.

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

Color convert

RGB 21 70 61 -
CMYK 0.70 0 0.13 0.73
HSL 168.98º 0.54% 0.18% -
HSV(B) 168.98º 0.7% 0.27% -
XYZ 3.34 4.88 5.18 -
YUV 54.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 21 70 61 0.70 0 0.13 0.73 168.98 0.54 0.18
Hex 15 46 3D 46 0 D 49 A9 36 12
Octal 25 106 75 106 0 15 111 251 66 22
Binary 10101 1000110 111101 1000110 0 1101 1001001 10101001 110110 10010

Color Harmonies of #15463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15463D

Black with #15463D

Text Example


Text Example

White with #15463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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