Html Css Color HEX #15413A Deep Teal

📋 copy color: '#15413A'

red 21 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #15413A

Tints of Deep Teal #15413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 14.58%
G = 45.14%
B = 40.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#15413A (or 0x15413A) is known color: Deep Teal. HEX triplet: 15, 41 and 3A. RGB value is (21,65,58). Sum of RGB (Red+Green+Blue) = 21+65+58=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #15413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15413A is #EABEC5. Grayscale: #333333. Windows color (decimal): -15384262 or 3817749. OLE color: 3817749.

HSL color Cylindrical-coordinate representation of color #15413A: hue angle of 170.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15413A is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 58 -
CMYK 0.68 0 0.11 0.75
HSL 170.45º 0.51% 0.17% -
HSV(B) 170.45º 0.68% 0.25% -
XYZ 2.96 4.25 4.67 -
YUV 51.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 21 65 58 0.68 0 0.11 0.75 170.45 0.51 0.17
Hex 15 41 3A 44 0 B 4B AA 33 11
Octal 25 101 72 104 0 13 113 252 63 21
Binary 10101 1000001 111010 1000100 0 1011 1001011 10101010 110011 10001

Color Harmonies of #15413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15413A

Black with #15413A

Text Example


Text Example

White with #15413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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