#12FFF9

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

Shades of Aqua #12FFF9

Tints of Aqua #12FFF9

Color information

#12FFF9 (or 0x12FFF9) is unknown color: approx Aqua. HEX triplet: 12, FF and F9. RGB value is (18,255,249). Sum of RGB (Red+Green+Blue) = 18+255+249=522 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.45% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFF9 is #ED0006. Grayscale: #B7B7B7. Windows color (decimal): -15532039 or 16383762. OLE color: 16383762.

HSL color Cylindrical-coordinate representation of color #12FFF9: hue angle of 178.48º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFF9 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB18255249-
CMYK0.9300.020
HSL178.48º100%53.53%-
HSV(B)178.48º92.94%100%-
XYZ53.1178.49101.97-
YUV183.45164.989.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.45%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=3.45%
G=48.85%
B=47.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182552490.9300.020178.4810053.53
Hex12FFF95D020b26436
Octal2237737113502026214466
Binary10010111111111111100110111010100101100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12FFF9; }

 p { color: rgb(18,255,249); }

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

<style>
 a { background-color: #12FFF9; }

 a { background-color: rgb(18,255,249); }

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

<style>
 span { border-color: #12FFF9; }

 span { border-color: rgb(18,255,249); }

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