#18453A

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

Shades of Deep Teal #18453A

Tints of Deep Teal #18453A

Color information

#18453A (or 0x18453A) is unknown color: approx Deep Teal. HEX triplet: 18, 45 and 3A. RGB value is (24,69,58). Sum of RGB (Red+Green+Blue) = 24+69+58=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #18453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18453A is #E7BAC5. Grayscale: #363636. Windows color (decimal): -15186630 or 3818776. OLE color: 3818776.

HSL color Cylindrical-coordinate representation of color #18453A: hue angle of 165.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18453A is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB246958-
CMYK0.6500.160.73
HSL165.33º48.39%18.24%-
HSV(B)165.33º65.22%27.06%-
XYZ3.274.764.75-
YUV54.29130.09106.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=15.89%
G=45.70%
B=38.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469580.6500.160.73165.3348.3918.24
Hex18453A4101049a53012
Octal30105721010201112456022
Binary110001000101111010100000101000010010011010010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,69,58); }

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

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

 a { background-color: rgb(24,69,58); }

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

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

 span { border-color: rgb(24,69,58); }

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