Html Css Color HEX #12FFED Aqua

📋 copy color: '#12FFED'

red 18 ◦ green 255 ◦ blue 237

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

Shades of Aqua #12FFED

Tints of Aqua #12FFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 3.53%
G = 50%
B = 46.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#12FFED (or 0x12FFED) is known color: Aqua. HEX triplet: 12, FF and ED. RGB value is (18,255,237). Sum of RGB (Red+Green+Blue) = 18+255+237=510 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.53% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFED is #ED0012. Grayscale: #B5B5B5. Windows color (decimal): -15532051 or 15597330. OLE color: 15597330.

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

Color convert

RGB 18 255 237 -
CMYK 0.93 0 0.07 0
HSL 175.44º 1% 0.54% -
HSV(B) 175.44º 0.93% 1% -
XYZ 51.3 77.76 92.43 -
YUV 182.09 158.98 10.96 -
System Red Green Blue C M Y K H S L
Decimal 18 255 237 0.93 0 0.07 0 175.44 1 0.54
Hex 12 FF ED 5D 0 7 0 AF 64 36
Octal 22 377 355 135 0 7 0 257 144 66
Binary 10010 11111111 11101101 1011101 0 111 0 10101111 1100100 110110

Color Harmonies of #12FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FFED

Black with #12FFED

Text Example


Text Example

White with #12FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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