#18453F

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

Shades of Deep Teal #18453F

Tints of Deep Teal #18453F

Color information

#18453F (or 0x18453F) is unknown color: approx Deep Teal. HEX triplet: 18, 45 and 3F. RGB value is (24,69,63). Sum of RGB (Red+Green+Blue) = 24+69+63=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #18453F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18453F is #E7BAC0. Grayscale: #363636. Windows color (decimal): -15186625 or 4146456. OLE color: 4146456.

HSL color Cylindrical-coordinate representation of color #18453F: hue angle of 172º 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 #18453F is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB246963-
CMYK0.6500.090.73
HSL172º48.39%18.24%-
HSV(B)172º65.22%27.06%-
XYZ3.44.815.45-
YUV54.86132.59105.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 63 (25% from 255) = 40.38%
R=15.38%
G=44.23%
B=40.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469630.6500.090.7317248.3918.24
Hex18453F410949ac3012
Octal30105771010111112546022
Binary11000100010111111110000010100110010011010110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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