#18505F

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

Shades of Teal Blue #18505F

Tints of Teal Blue #18505F

Color information

#18505F (or 0x18505F) is unknown color: approx Teal Blue. HEX triplet: 18, 50 and 5F. RGB value is (24,80,95). Sum of RGB (Red+Green+Blue) = 24+80+95=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #18505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18505F is #E7AFA0. Grayscale: #404040. Windows color (decimal): -15183777 or 6246424. OLE color: 6246424.

HSL color Cylindrical-coordinate representation of color #18505F: hue angle of 192.68º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18505F is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB248095-
CMYK0.750.1600.63
HSL192.68º59.66%23.33%-
HSV(B)192.68º74.74%37.25%-
XYZ5.316.7611.85-
YUV64.97144.9598.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=12.06%
G=40.20%
B=47.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2480950.750.1600.63192.6859.6623.33
Hex18505F4B1003Fc13c17
Octal30120137113200773017427
Binary110001010000101111110010111000001111111100000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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