#18525A

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

Shades of Teal Blue #18525A

Tints of Teal Blue #18525A

Color information

#18525A (or 0x18525A) is unknown color: approx Teal Blue. HEX triplet: 18, 52 and 5A. RGB value is (24,82,90). Sum of RGB (Red+Green+Blue) = 24+82+90=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #18525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18525A is #E7ADA5. Grayscale: #414141. Windows color (decimal): -15183270 or 5919256. OLE color: 5919256.

HSL color Cylindrical-coordinate representation of color #18525A: hue angle of 187.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18525A is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB248290-
CMYK0.730.0900.65
HSL187.27º57.89%22.35%-
HSV(B)187.27º73.33%35.29%-
XYZ5.246.9710.74-
YUV65.57141.7898.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=12.24%
G=41.84%
B=45.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2482900.730.0900.65187.2757.8922.35
Hex18525A499041bb3a16
Octal301221321111101012737226
Binary110001010010101101010010011001010000011011101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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