#18453E

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

Shades of Deep Teal #18453E

Tints of Deep Teal #18453E

Color information

#18453E (or 0x18453E) is unknown color: approx Deep Teal. HEX triplet: 18, 45 and 3E. RGB value is (24,69,62). Sum of RGB (Red+Green+Blue) = 24+69+62=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #18453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18453E is #E7BAC1. Grayscale: #363636. Windows color (decimal): -15186626 or 4080920. OLE color: 4080920.

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

Color convert

RGB246962-
CMYK0.6500.100.73
HSL170.67º48.39%18.24%-
HSV(B)170.67º65.22%27.06%-
XYZ3.374.85.31-
YUV54.75132.09106.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 62 (24.61% from 255) = 40%
R=15.48%
G=44.52%
B=40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469620.6500.100.73170.6748.3918.24
Hex18453E410A49ab3012
Octal30105761010121112536022
Binary11000100010111111010000010101010010011010101111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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