#18515E

Color #18515E Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #18515E

Tints of Teal Blue #18515E

Color information

#18515E (or 0x18515E) is unknown color: approx Teal Blue. HEX triplet: 18, 51 and 5E. RGB value is (24,81,94). Sum of RGB (Red+Green+Blue) = 24+81+94=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #18515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18515E is #E7AEA1. Grayscale: #414141. Windows color (decimal): -15183522 or 6181144. OLE color: 6181144.

HSL color Cylindrical-coordinate representation of color #18515E: hue angle of 191.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18515E is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB248194-
CMYK0.740.1400.63
HSL191.14º59.32%23.14%-
HSV(B)191.14º74.47%36.86%-
XYZ5.346.8911.64-
YUV65.44144.1298.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=12.06%
G=40.70%
B=47.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2481940.740.1400.63191.1459.3223.14
Hex18515E4AE03Fbf3b17
Octal30121136112160772777327
Binary11000101000110111101001010111001111111011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18515E; }

 p { color: rgb(24,81,94); }

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

<style>
 a { background-color: #18515E; }

 a { background-color: rgb(24,81,94); }

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

<style>
 span { border-color: #18515E; }

 span { border-color: rgb(24,81,94); }

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