Html Css Color HEX #15493C Deep Teal

📋 copy color: '#15493C'

red 21 ◦ green 73 ◦ blue 60

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

Shades of Deep Teal #15493C

Tints of Deep Teal #15493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.4%

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 13.64%
G = 47.4%
B = 38.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#15493C (or 0x15493C) is known color: Deep Teal. HEX triplet: 15, 49 and 3C. RGB value is (21,73,60). Sum of RGB (Red+Green+Blue) = 21+73+60=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #15493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15493C is #EAB6C3. Grayscale: #373737. Windows color (decimal): -15382212 or 3950869. OLE color: 3950869.

HSL color Cylindrical-coordinate representation of color #15493C: hue angle of 165º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15493C is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 73 60 -
CMYK 0.71 0 0.18 0.71
HSL 165º 0.55% 0.18% -
HSV(B) 165º 0.71% 0.29% -
XYZ 3.51 5.25 5.1 -
YUV 55.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 21 73 60 0.71 0 0.18 0.71 165 0.55 0.18
Hex 15 49 3C 47 0 12 47 A5 37 12
Octal 25 111 74 107 0 22 107 245 67 22
Binary 10101 1001001 111100 1000111 0 10010 1000111 10100101 110111 10010

Color Harmonies of #15493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15493C

Black with #15493C

Text Example


Text Example

White with #15493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15493C; }

 p { color: rgb(21,73,60); }

 H1.HeaderClassName
 {
   color: #15493C;
 }
 .AnyTagClassName
 {
   color: #15493C;
 }
</style>

background-color css

<style>
 a { background-color: #15493C; }

 a { background-color: rgb(21,73,60); }

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

border-color css

<style>
 span { border-color: #15493C; }

 span { border-color: rgb(21,73,60); }

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