Html Css Color HEX #12FAF2 Aqua

📋 copy color: '#12FAF2'

red 18 ◦ green 250 ◦ blue 242

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

Shades of Aqua #12FAF2

Tints of Aqua #12FAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 3.53%
G = 49.02%
B = 47.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#12FAF2 (or 0x12FAF2) is known color: Aqua. HEX triplet: 12, FA and F2. RGB value is (18,250,242). Sum of RGB (Red+Green+Blue) = 18+250+242=510 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.53% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FAF2 is #ED050D. Grayscale: #B3B3B3. Windows color (decimal): -15533326 or 15923730. OLE color: 15923730.

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

Color convert

RGB 18 250 242 -
CMYK 0.93 0 0.03 0.02
HSL 177.93º 0.96% 0.53% -
HSV(B) 177.93º 0.93% 0.98% -
XYZ 50.46 74.91 95.8 -
YUV 179.72 163.14 12.65 -
System Red Green Blue C M Y K H S L
Decimal 18 250 242 0.93 0 0.03 0.02 177.93 0.96 0.53
Hex 12 FA F2 5D 0 3 2 B2 60 35
Octal 22 372 362 135 0 3 2 262 140 65
Binary 10010 11111010 11110010 1011101 0 11 10 10110010 1100000 110101

Color Harmonies of #12FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAF2

Black with #12FAF2

Text Example


Text Example

White with #12FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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