#18F6F2

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

Shades of Aqua #18F6F2

Tints of Aqua #18F6F2

Color information

#18F6F2 (or 0x18F6F2) is unknown color: approx Aqua. HEX triplet: 18, F6 and F2. RGB value is (24,246,242). Sum of RGB (Red+Green+Blue) = 24+246+242=512 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.69% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #18F6F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F6F2 is #E7090D. Grayscale: #B2B2B2. Windows color (decimal): -15141134 or 15922712. OLE color: 15922712.

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

Color convert

RGB24246242-
CMYK0.9000.020.04
HSL178.92º92.5%52.94%-
HSV(B)178.92º90.24%96.47%-
XYZ49.3672.5295.4-
YUV179.17163.4517.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.69%
GREEN value IS 246 (96.48% from 255) = 48.05%
BLUE value IS 242 (94.92% from 255) = 47.27%
R=4.69%
G=48.05%
B=47.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242462420.9000.020.04178.9292.552.94
Hex18F6F25A024b35c35
Octal3036636213202426313465
Binary1100011110110111100101011010010100101100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,246,242); }

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

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

 a { background-color: rgb(24,246,242); }

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

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

 span { border-color: rgb(24,246,242); }

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