#12F9F6

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

Shades of Aqua #12F9F6

Tints of Aqua #12F9F6

Color information

#12F9F6 (or 0x12F9F6) is unknown color: approx Aqua. HEX triplet: 12, F9 and F6. RGB value is (18,249,246). Sum of RGB (Red+Green+Blue) = 18+249+246=513 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.51% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #12F9F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F9F6 is #ED0609. Grayscale: #B3B3B3. Windows color (decimal): -15533578 or 16185618. OLE color: 16185618.

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

Color convert

RGB18249246-
CMYK0.9300.010.02
HSL179.22º95.06%52.35%-
HSV(B)179.22º92.77%97.65%-
XYZ50.7674.5398.9-
YUV179.59165.4712.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.51%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=3.51%
G=48.54%
B=47.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182492460.9300.010.02179.2295.0652.35
Hex12F9F65D012b35f34
Octal2237136613501226313764
Binary10010111110011111011010111010110101100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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