Html Css Color HEX #12FBF0 Aqua

📋 copy color: '#12FBF0'

red 18 ◦ green 251 ◦ blue 240

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

Shades of Aqua #12FBF0

Tints of Aqua #12FBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.31%

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 3.54%
G = 49.31%
B = 47.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#12FBF0 (or 0x12FBF0) is known color: Aqua. HEX triplet: 12, FB and F0. RGB value is (18,251,240). Sum of RGB (Red+Green+Blue) = 18+251+240=509 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FBF0 is #ED040F. Grayscale: #B3B3B3. Windows color (decimal): -15533072 or 15792914. OLE color: 15792914.

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

Color convert

RGB 18 251 240 -
CMYK 0.93 0 0.04 0.02
HSL 177.17º 0.97% 0.53% -
HSV(B) 177.17º 0.93% 0.98% -
XYZ 50.47 75.41 94.33 -
YUV 180.08 161.81 12.39 -
System Red Green Blue C M Y K H S L
Decimal 18 251 240 0.93 0 0.04 0.02 177.17 0.97 0.53
Hex 12 FB F0 5D 0 4 2 B1 61 35
Octal 22 373 360 135 0 4 2 261 141 65
Binary 10010 11111011 11110000 1011101 0 100 10 10110001 1100001 110101

Color Harmonies of #12FBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBF0

Black with #12FBF0

Text Example


Text Example

White with #12FBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,240); }

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

background-color css

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

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

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

border-color css

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

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

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