Html Css Color HEX #15453D Deep Teal

📋 copy color: '#15453D'

red 21 ◦ green 69 ◦ blue 61

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

Shades of Deep Teal #15453D

Tints of Deep Teal #15453D

RGB

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

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

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

R = 13.91%
G = 45.7%
B = 40.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#15453D (or 0x15453D) is known color: Deep Teal. HEX triplet: 15, 45 and 3D. RGB value is (21,69,61). Sum of RGB (Red+Green+Blue) = 21+69+61=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #15453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15453D is #EABAC2. Grayscale: #353535. Windows color (decimal): -15383235 or 4015381. OLE color: 4015381.

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

Color convert

RGB 21 69 61 -
CMYK 0.70 0 0.12 0.73
HSL 170º 0.53% 0.18% -
HSV(B) 170º 0.7% 0.27% -
XYZ 3.28 4.75 5.16 -
YUV 53.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 21 69 61 0.70 0 0.12 0.73 170 0.53 0.18
Hex 15 45 3D 46 0 C 49 AA 35 12
Octal 25 105 75 106 0 14 111 252 65 22
Binary 10101 1000101 111101 1000110 0 1100 1001001 10101010 110101 10010

Color Harmonies of #15453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15453D

Black with #15453D

Text Example


Text Example

White with #15453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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