Html Css Color HEX #12F5FA Aqua

📋 copy color: '#12F5FA'

red 18 ◦ green 245 ◦ blue 250

#12F5FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #12F5FA

Tints of Aqua #12F5FA

RGB

 RED value IS 18 (7.42% from 255) = 3.51%

 GREEN value IS 245 (96.09% from 255) = 47.76%

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 3.51%
G = 47.76%
B = 48.73%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12F5FA (or 0x12F5FA) is known color: Aqua. HEX triplet: 12, F5 and FA. RGB value is (18,245,250). Sum of RGB (Red+Green+Blue) = 18+245+250=513 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.51% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #12F5FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F5FA is #ED0A05. Grayscale: #B1B1B1. Windows color (decimal): -15534598 or 16446738. OLE color: 16446738.

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

Color convert

RGB 18 245 250 -
CMYK 0.93 0.02 0 0.02
HSL 181.29º 0.96% 0.53% -
HSV(B) 181.29º 0.93% 0.98% -
XYZ 50.16 72.34 101.76 -
YUV 177.7 168.79 14.09 -
System Red Green Blue C M Y K H S L
Decimal 18 245 250 0.93 0.02 0 0.02 181.29 0.96 0.53
Hex 12 F5 FA 5D 2 0 2 B5 60 35
Octal 22 365 372 135 2 0 2 265 140 65
Binary 10010 11110101 11111010 1011101 10 0 10 10110101 1100000 110101

Color Harmonies of #12F5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F5FA

Black with #12F5FA

Text Example


Text Example

White with #12F5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12F5FA;
 }
 .AnyTagClassName
 {
   color: #12F5FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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