#12FDFC

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

Shades of Aqua #12FDFC

Tints of Aqua #12FDFC

Color information

#12FDFC (or 0x12FDFC) is unknown color: approx Aqua. HEX triplet: 12, FD and FC. RGB value is (18,253,252). Sum of RGB (Red+Green+Blue) = 18+253+252=523 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.44% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FDFC is #ED0203. Grayscale: #B6B6B6. Windows color (decimal): -15532548 or 16579858. OLE color: 16579858.

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

Color convert

RGB18253252-
CMYK0.9300.000.01
HSL179.74º98.33%53.14%-
HSV(B)179.74º92.89%99.22%-
XYZ52.9577.41104.25-
YUV182.62167.1410.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.44%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 252 (98.83% from 255) = 48.18%
R=3.44%
G=48.37%
B=48.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182532520.9300.000.01179.7498.3353.14
Hex12FDFC5D001b46235
Octal2237537413500126414265
Binary1001011111101111111001011101001101101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,253,252); }

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

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

 a { background-color: rgb(18,253,252); }

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

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

 span { border-color: rgb(18,253,252); }

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