Html Css Color HEX #15503F Deep Teal

📋 copy color: '#15503F'

red 21 ◦ green 80 ◦ blue 63

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

Shades of Deep Teal #15503F

Tints of Deep Teal #15503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.78%

 BLUE value IS 63 (25% from 255) = 38.41%

R = 12.8%
G = 48.78%
B = 38.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#15503F (or 0x15503F) is known color: Deep Teal. HEX triplet: 15, 50 and 3F. RGB value is (21,80,63). Sum of RGB (Red+Green+Blue) = 21+80+63=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #15503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15503F is #EAAFC0. Grayscale: #3C3C3C. Windows color (decimal): -15380417 or 4149269. OLE color: 4149269.

HSL color Cylindrical-coordinate representation of color #15503F: hue angle of 162.71º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15503F is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 63 -
CMYK 0.74 0 0.21 0.69
HSL 162.71º 0.58% 0.2% -
HSV(B) 162.71º 0.74% 0.31% -
XYZ 4.08 6.26 5.7 -
YUV 60.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 21 80 63 0.74 0 0.21 0.69 162.71 0.58 0.2
Hex 15 50 3F 4A 0 15 45 A3 3A 14
Octal 25 120 77 112 0 25 105 243 72 24
Binary 10101 1010000 111111 1001010 0 10101 1000101 10100011 111010 10100

Color Harmonies of #15503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15503F

Black with #15503F

Text Example


Text Example

White with #15503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15503F; }

 p { color: rgb(21,80,63); }

 H1.HeaderClassName
 {
   color: #15503F;
 }
 .AnyTagClassName
 {
   color: #15503F;
 }
</style>

background-color css

<style>
 a { background-color: #15503F; }

 a { background-color: rgb(21,80,63); }

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

border-color css

<style>
 span { border-color: #15503F; }

 span { border-color: rgb(21,80,63); }

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