#12FFF6

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

Shades of Aqua #12FFF6

Tints of Aqua #12FFF6

Color information

#12FFF6 (or 0x12FFF6) is unknown color: approx Aqua. HEX triplet: 12, FF and F6. RGB value is (18,255,246). Sum of RGB (Red+Green+Blue) = 18+255+246=519 (68% of max value = 765). Red value is 18 (7.42% from 255 or 3.47% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFF6 is #ED0009. Grayscale: #B6B6B6. Windows color (decimal): -15532042 or 16187154. OLE color: 16187154.

HSL color Cylindrical-coordinate representation of color #12FFF6: hue angle of 177.72º 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 #12FFF6 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB18255246-
CMYK0.9300.040
HSL177.72º100%53.53%-
HSV(B)177.72º92.94%100%-
XYZ52.6478.399.53-
YUV183.11163.4810.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.47%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 246 (96.48% from 255) = 47.40%
R=3.47%
G=49.13%
B=47.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182552460.9300.040177.7210053.53
Hex12FFF65D040b26436
Octal2237736613504026214466
Binary100101111111111110110101110101000101100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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