#18525D

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

Shades of Teal Blue #18525D

Tints of Teal Blue #18525D

Color information

#18525D (or 0x18525D) is unknown color: approx Teal Blue. HEX triplet: 18, 52 and 5D. RGB value is (24,82,93). Sum of RGB (Red+Green+Blue) = 24+82+93=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #18525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18525D is #E7ADA2. Grayscale: #414141. Windows color (decimal): -15183267 or 6115864. OLE color: 6115864.

HSL color Cylindrical-coordinate representation of color #18525D: hue angle of 189.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18525D is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB248293-
CMYK0.740.1200.64
HSL189.57º58.97%22.94%-
HSV(B)189.57º74.19%36.47%-
XYZ5.377.0211.43-
YUV65.91143.2898.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=12.06%
G=41.21%
B=46.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2482930.740.1200.64189.5758.9722.94
Hex18525D4AC040be3b17
Octal301221351121401002767327
Binary110001010010101110110010101100010000001011111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18525D; }

 p { color: rgb(24,82,93); }

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

<style>
 a { background-color: #18525D; }

 a { background-color: rgb(24,82,93); }

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

<style>
 span { border-color: #18525D; }

 span { border-color: rgb(24,82,93); }

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