#12E8FA

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

Shades of Aqua #12E8FA

Tints of Aqua #12E8FA

Color information

#12E8FA (or 0x12E8FA) is unknown color: approx Aqua. HEX triplet: 12, E8 and FA. RGB value is (18,232,250). Sum of RGB (Red+Green+Blue) = 18+232+250=500 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.6% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #12E8FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E8FA is #ED1705. Grayscale: #A9A9A9. Windows color (decimal): -15537926 or 16443410. OLE color: 16443410.

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

Color convert

RGB18232250-
CMYK0.930.0700.02
HSL184.66º95.87%52.55%-
HSV(B)184.66º92.8%98.04%-
XYZ46.3664.74100.5-
YUV170.07173.119.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.6%
GREEN value IS 232 (91.02% from 255) = 46.4%
BLUE value IS 250 (98.05% from 255) = 50%
R=3.6%
G=46.4%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182322500.930.0700.02184.6695.8752.55
Hex12E8FA5D702b96035
Octal2235037213570227114065
Binary1001011101000111110101011101111010101110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,232,250); }

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

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

 a { background-color: rgb(18,232,250); }

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

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

 span { border-color: rgb(18,232,250); }

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