Html Css Color HEX #15413D Deep Teal

📋 copy color: '#15413D'

red 21 ◦ green 65 ◦ blue 61

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

Shades of Deep Teal #15413D

Tints of Deep Teal #15413D

RGB

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

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

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

R = 14.29%
G = 44.22%
B = 41.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#15413D (or 0x15413D) is known color: Deep Teal. HEX triplet: 15, 41 and 3D. RGB value is (21,65,61). Sum of RGB (Red+Green+Blue) = 21+65+61=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #15413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15413D is #EABEC2. Grayscale: #333333. Windows color (decimal): -15384259 or 4014357. OLE color: 4014357.

HSL color Cylindrical-coordinate representation of color #15413D: hue angle of 174.55º 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 #15413D is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 61 -
CMYK 0.68 0 0.06 0.75
HSL 174.55º 0.51% 0.17% -
HSV(B) 174.55º 0.68% 0.25% -
XYZ 3.04 4.28 5.08 -
YUV 51.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 21 65 61 0.68 0 0.06 0.75 174.55 0.51 0.17
Hex 15 41 3D 44 0 6 4B AF 33 11
Octal 25 101 75 104 0 6 113 257 63 21
Binary 10101 1000001 111101 1000100 0 110 1001011 10101111 110011 10001

Color Harmonies of #15413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15413D

Black with #15413D

Text Example


Text Example

White with #15413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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