#18473C

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

Shades of Deep Teal #18473C

Tints of Deep Teal #18473C

Color information

#18473C (or 0x18473C) is unknown color: approx Deep Teal. HEX triplet: 18, 47 and 3C. RGB value is (24,71,60). Sum of RGB (Red+Green+Blue) = 24+71+60=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #18473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18473C is #E7B8C3. Grayscale: #373737. Windows color (decimal): -15186116 or 3950360. OLE color: 3950360.

HSL color Cylindrical-coordinate representation of color #18473C: hue angle of 165.96º 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 #18473C is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB247160-
CMYK0.6600.150.72
HSL165.96º49.47%18.63%-
HSV(B)165.96º66.2%27.84%-
XYZ3.455.035.06-
YUV55.69130.43105.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=15.48%
G=45.81%
B=38.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2471600.6600.150.72165.9649.4718.63
Hex18473C420F48a63113
Octal30107741020171102466123
Binary11000100011111110010000100111110010001010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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