#18463E

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

Shades of Deep Teal #18463E

Tints of Deep Teal #18463E

Color information

#18463E (or 0x18463E) is unknown color: approx Deep Teal. HEX triplet: 18, 46 and 3E. RGB value is (24,70,62). Sum of RGB (Red+Green+Blue) = 24+70+62=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #18463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18463E is #E7B9C1. Grayscale: #373737. Windows color (decimal): -15186370 or 4081176. OLE color: 4081176.

HSL color Cylindrical-coordinate representation of color #18463E: hue angle of 169.57º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18463E is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB247062-
CMYK0.6600.110.73
HSL169.57º48.94%18.43%-
HSV(B)169.57º65.71%27.45%-
XYZ3.444.925.33-
YUV55.33131.76105.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=15.38%
G=44.87%
B=39.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470620.6600.110.73169.5748.9418.43
Hex18463E420B49aa3112
Octal30106761020131112526122
Binary11000100011011111010000100101110010011010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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