#18413C

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

Shades of Deep Teal #18413C

Tints of Deep Teal #18413C

Color information

#18413C (or 0x18413C) is unknown color: approx Deep Teal. HEX triplet: 18, 41 and 3C. RGB value is (24,65,60). Sum of RGB (Red+Green+Blue) = 24+65+60=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #18413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18413C is #E7BEC3. Grayscale: #343434. Windows color (decimal): -15187652 or 3948824. OLE color: 3948824.

HSL color Cylindrical-coordinate representation of color #18413C: hue angle of 172.68º 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 #18413C is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB246560-
CMYK0.6300.080.75
HSL172.68º46.07%17.45%-
HSV(B)172.68º63.08%25.49%-
XYZ3.084.34.94-
YUV52.17132.42107.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=16.11%
G=43.62%
B=40.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465600.6300.080.75172.6846.0717.45
Hex18413C3F084Bad2e11
Octal3010174770101132555621
Binary1100010000011111001111110100010010111010110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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