#15483A

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

Shades of Deep Teal #15483A

Tints of Deep Teal #15483A

Color information

#15483A (or 0x15483A) is unknown color: approx Deep Teal. HEX triplet: 15, 48 and 3A. RGB value is (21,72,58). Sum of RGB (Red+Green+Blue) = 21+72+58=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #15483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15483A is #EAB7C5. Grayscale: #373737. Windows color (decimal): -15382470 or 3819541. OLE color: 3819541.

HSL color Cylindrical-coordinate representation of color #15483A: hue angle of 163.53º 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 #15483A is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB217258-
CMYK0.7100.190.72
HSL163.53º54.84%18.24%-
HSV(B)163.53º70.83%28.24%-
XYZ3.395.14.81-
YUV55.15129.6103.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=13.91%
G=47.68%
B=38.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172580.7100.190.72163.5354.8418.24
Hex15483A4701348a43712
Octal25110721070231102446722
Binary101011001000111010100011101001110010001010010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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