Html Css Color HEX #15453E Deep Teal

📋 copy color: '#15453E'

red 21 ◦ green 69 ◦ blue 62

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

Shades of Deep Teal #15453E

Tints of Deep Teal #15453E

RGB

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

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

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

R = 13.82%
G = 45.39%
B = 40.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#15453E (or 0x15453E) is known color: Deep Teal. HEX triplet: 15, 45 and 3E. RGB value is (21,69,62). Sum of RGB (Red+Green+Blue) = 21+69+62=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #15453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15453E is #EABAC1. Grayscale: #353535. Windows color (decimal): -15383234 or 4080917. OLE color: 4080917.

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

Color convert

RGB 21 69 62 -
CMYK 0.70 0 0.10 0.73
HSL 171.25º 0.53% 0.18% -
HSV(B) 171.25º 0.7% 0.27% -
XYZ 3.31 4.76 5.3 -
YUV 53.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 21 69 62 0.70 0 0.10 0.73 171.25 0.53 0.18
Hex 15 45 3E 46 0 A 49 AB 35 12
Octal 25 105 76 106 0 12 111 253 65 22
Binary 10101 1000101 111110 1000110 0 1010 1001001 10101011 110101 10010

Color Harmonies of #15453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15453E

Black with #15453E

Text Example


Text Example

White with #15453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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