#18473A

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

Shades of Deep Teal #18473A

Tints of Deep Teal #18473A

Color information

#18473A (or 0x18473A) is unknown color: approx Deep Teal. HEX triplet: 18, 47 and 3A. RGB value is (24,71,58). Sum of RGB (Red+Green+Blue) = 24+71+58=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #18473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18473A is #E7B8C5. Grayscale: #373737. Windows color (decimal): -15186118 or 3819288. OLE color: 3819288.

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

Color convert

RGB247158-
CMYK0.6600.180.72
HSL163.4º49.47%18.63%-
HSV(B)163.4º66.2%27.84%-
XYZ3.395.014.79-
YUV55.46129.43105.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=15.69%
G=46.41%
B=37.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2471580.6600.180.72163.449.4718.63
Hex18473A4201248a33113
Octal30107721020221102436123
Binary110001000111111010100001001001010010001010001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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