#18505E

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

Shades of Teal Blue #18505E

Tints of Teal Blue #18505E

Color information

#18505E (or 0x18505E) is unknown color: approx Teal Blue. HEX triplet: 18, 50 and 5E. RGB value is (24,80,94). Sum of RGB (Red+Green+Blue) = 24+80+94=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #18505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18505E is #E7AFA1. Grayscale: #404040. Windows color (decimal): -15183778 or 6180888. OLE color: 6180888.

HSL color Cylindrical-coordinate representation of color #18505E: hue angle of 192º 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 #18505E is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB248094-
CMYK0.740.1500.63
HSL192º59.32%23.14%-
HSV(B)192º74.47%36.86%-
XYZ5.276.7411.61-
YUV64.85144.4598.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=12.12%
G=40.40%
B=47.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2480940.740.1500.6319259.3223.14
Hex18505E4AF03Fc03b17
Octal30120136112170773007327
Binary11000101000010111101001010111101111111100000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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