#18473F

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

Shades of Deep Teal #18473F

Tints of Deep Teal #18473F

Color information

#18473F (or 0x18473F) is unknown color: approx Deep Teal. HEX triplet: 18, 47 and 3F. RGB value is (24,71,63). Sum of RGB (Red+Green+Blue) = 24+71+63=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #18473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18473F is #E7B8C0. Grayscale: #383838. Windows color (decimal): -15186113 or 4146968. OLE color: 4146968.

HSL color Cylindrical-coordinate representation of color #18473F: hue angle of 169.79º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18473F is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB247163-
CMYK0.6600.110.72
HSL169.79º49.47%18.63%-
HSV(B)169.79º66.2%27.84%-
XYZ3.535.065.49-
YUV56.04131.93105.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 63 (25% from 255) = 39.87%
R=15.19%
G=44.94%
B=39.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2471630.6600.110.72169.7949.4718.63
Hex18473F420B48aa3113
Octal30107771020131102526123
Binary11000100011111111110000100101110010001010101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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