Html Css Color HEX #15453A Deep Teal

📋 copy color: '#15453A'

red 21 ◦ green 69 ◦ blue 58

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

Shades of Deep Teal #15453A

Tints of Deep Teal #15453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

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

R = 14.19%
G = 46.62%
B = 39.19%

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

#15453A (or 0x15453A) is known color: Deep Teal. HEX triplet: 15, 45 and 3A. RGB value is (21,69,58). Sum of RGB (Red+Green+Blue) = 21+69+58=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #15453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15453A is #EABAC5. Grayscale: #353535. Windows color (decimal): -15383238 or 3818773. OLE color: 3818773.

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

Color convert

RGB 21 69 58 -
CMYK 0.70 0 0.16 0.73
HSL 166.25º 0.53% 0.18% -
HSV(B) 166.25º 0.7% 0.27% -
XYZ 3.2 4.72 4.75 -
YUV 53.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 21 69 58 0.70 0 0.16 0.73 166.25 0.53 0.18
Hex 15 45 3A 46 0 10 49 A6 35 12
Octal 25 105 72 106 0 20 111 246 65 22
Binary 10101 1000101 111010 1000110 0 10000 1001001 10100110 110101 10010

Color Harmonies of #15453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15453A

Black with #15453A

Text Example


Text Example

White with #15453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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