#18FAF5

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

Shades of Aqua #18FAF5

Tints of Aqua #18FAF5

Color information

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

HSL color Cylindrical-coordinate representation of color #18FAF5: hue angle of 178.67º 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 #18FAF5 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB24250245-
CMYK0.9000.020.02
HSL178.67º95.76%53.73%-
HSV(B)178.67º90.4%98.04%-
XYZ51.0475.1698.2-
YUV181.86163.6315.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242502450.9000.020.02178.6795.7653.73
Hex18FAF55A022b36036
Octal3037236513202226314066
Binary110001111101011110101101101001010101100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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