#18413A

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

Shades of Deep Teal #18413A

Tints of Deep Teal #18413A

Color information

#18413A (or 0x18413A) is unknown color: approx Deep Teal. HEX triplet: 18, 41 and 3A. RGB value is (24,65,58). Sum of RGB (Red+Green+Blue) = 24+65+58=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #18413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18413A is #E7BEC5. Grayscale: #333333. Windows color (decimal): -15187654 or 3817752. OLE color: 3817752.

HSL color Cylindrical-coordinate representation of color #18413A: hue angle of 169.76º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18413A is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB246558-
CMYK0.6300.110.75
HSL169.76º46.07%17.45%-
HSV(B)169.76º63.08%25.49%-
XYZ3.034.284.67-
YUV51.94131.42108.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=16.33%
G=44.22%
B=39.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465580.6300.110.75169.7646.0717.45
Hex18413A3F0B4Baa2e11
Octal3010172770131132525621
Binary1100010000011110101111110101110010111010101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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