#18FBF9

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

Shades of Aqua #18FBF9

Tints of Aqua #18FBF9

Color information

#18FBF9 (or 0x18FBF9) is unknown color: approx Aqua. HEX triplet: 18, FB and F9. RGB value is (24,251,249). Sum of RGB (Red+Green+Blue) = 24+251+249=524 (69% of max value = 765). Red value is 24 (9.77% from 255 or 4.58% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FBF9 is #E70406. Grayscale: #B6B6B6. Windows color (decimal): -15139847 or 16382744. OLE color: 16382744.

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

Color convert

RGB24251249-
CMYK0.9000.010.02
HSL179.47º96.6%53.92%-
HSV(B)179.47º90.44%98.43%-
XYZ51.9776.03101.56-
YUV182.9165.2914.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.58%
GREEN value IS 251 (98.44% from 255) = 47.90%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=4.58%
G=47.90%
B=47.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242512490.9000.010.02179.4796.653.92
Hex18FBF95A012b36136
Octal3037337113201226314166
Binary11000111110111111100110110100110101100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,251,249); }

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

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

 a { background-color: rgb(24,251,249); }

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

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

 span { border-color: rgb(24,251,249); }

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