#18F5FA

Color #18F5FA Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #18F5FA

Tints of Aqua #18F5FA

Color information

#18F5FA (or 0x18F5FA) is unknown color: approx Aqua. HEX triplet: 18, F5 and FA. RGB value is (24,245,250). Sum of RGB (Red+Green+Blue) = 24+245+250=519 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.62% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #18F5FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F5FA is #E70A05. Grayscale: #B3B3B3. Windows color (decimal): -15141382 or 16446744. OLE color: 16446744.

HSL color Cylindrical-coordinate representation of color #18F5FA: hue angle of 181.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F5FA is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24245250-
CMYK0.900.0200.02
HSL181.33º95.76%53.73%-
HSV(B)181.33º90.4%98.04%-
XYZ50.2872.4101.77-
YUV179.49167.7817.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.62%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=4.62%
G=47.21%
B=48.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242452500.900.0200.02181.3395.7653.73
Hex18F5FA5A202b56036
Octal3036537213220226514066
Binary110001111010111111010101101010010101101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18F5FA; }

 p { color: rgb(24,245,250); }

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

<style>
 a { background-color: #18F5FA; }

 a { background-color: rgb(24,245,250); }

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

<style>
 span { border-color: #18F5FA; }

 span { border-color: rgb(24,245,250); }

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