#15483C

Color #15483C Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #15483C

Tints of Deep Teal #15483C

Color information

#15483C (or 0x15483C) is unknown color: approx Deep Teal. HEX triplet: 15, 48 and 3C. RGB value is (21,72,60). Sum of RGB (Red+Green+Blue) = 21+72+60=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #15483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15483C is #EAB7C3. Grayscale: #373737. Windows color (decimal): -15382468 or 3950613. OLE color: 3950613.

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

Color convert

RGB217260-
CMYK0.7100.170.72
HSL165.88º54.84%18.24%-
HSV(B)165.88º70.83%28.24%-
XYZ3.445.125.08-
YUV55.38130.6103.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=13.73%
G=47.06%
B=39.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172600.7100.170.72165.8854.8418.24
Hex15483C4701148a63712
Octal25110741070211102466722
Binary101011001000111100100011101000110010001010011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #15483C;
 }
 .AnyTagClassName
 {
   color: #15483C;
 }
</style>
background-color css

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

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

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

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

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

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