Html Css Color HEX #12FAFA Aqua

📋 copy color: '#12FAFA'

red 18 ◦ green 250 ◦ blue 250

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

Shades of Aqua #12FAFA

Tints of Aqua #12FAFA

RGB

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

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

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

R = 3.47%
G = 48.26%
B = 48.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12FAFA (or 0x12FAFA) is known color: Aqua. HEX triplet: 12, FA and FA. RGB value is (18,250,250). Sum of RGB (Red+Green+Blue) = 18+250+250=518 (68% of max value = 765). Red value is 18 (7.42% from 255 or 3.47% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #12FAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FAFA is #ED0505. Grayscale: #B4B4B4. Windows color (decimal): -15533318 or 16448018. OLE color: 16448018.

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

Color convert

RGB 18 250 250 -
CMYK 0.93 0 0 0.02
HSL 180º 0.96% 0.53% -
HSV(B) 180º 0.93% 0.98% -
XYZ 51.69 75.4 102.27 -
YUV 180.63 167.14 12 -
System Red Green Blue C M Y K H S L
Decimal 18 250 250 0.93 0 0 0.02 180 0.96 0.53
Hex 12 FA FA 5D 0 0 2 B4 60 35
Octal 22 372 372 135 0 0 2 264 140 65
Binary 10010 11111010 11111010 1011101 0 0 10 10110100 1100000 110101

Color Harmonies of #12FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAFA

Black with #12FAFA

Text Example


Text Example

White with #12FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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