Html Css Color HEX #12FFEB Aqua

📋 copy color: '#12FFEB'

red 18 ◦ green 255 ◦ blue 235

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

Shades of Aqua #12FFEB

Tints of Aqua #12FFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 3.54%
G = 50.2%
B = 46.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#12FFEB (or 0x12FFEB) is known color: Aqua. HEX triplet: 12, FF and EB. RGB value is (18,255,235). Sum of RGB (Red+Green+Blue) = 18+255+235=508 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFEB is #ED0014. Grayscale: #B5B5B5. Windows color (decimal): -15532053 or 15466258. OLE color: 15466258.

HSL color Cylindrical-coordinate representation of color #12FFEB: hue angle of 174.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFEB is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 18 255 235 -
CMYK 0.93 0 0.08 0
HSL 174.94º 1% 0.54% -
HSV(B) 174.94º 0.93% 1% -
XYZ 51 77.65 90.9 -
YUV 181.86 157.98 11.13 -
System Red Green Blue C M Y K H S L
Decimal 18 255 235 0.93 0 0.08 0 174.94 1 0.54
Hex 12 FF EB 5D 0 8 0 AF 64 36
Octal 22 377 353 135 0 10 0 257 144 66
Binary 10010 11111111 11101011 1011101 0 1000 0 10101111 1100100 110110

Color Harmonies of #12FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FFEB

Black with #12FFEB

Text Example


Text Example

White with #12FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,255,235); }

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

background-color css

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

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

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

border-color css

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

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

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