Html Css Color HEX #12FCEF Aqua

📋 copy color: '#12FCEF'

red 18 ◦ green 252 ◦ blue 239

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

Shades of Aqua #12FCEF

Tints of Aqua #12FCEF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 3.54%
G = 49.51%
B = 46.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#12FCEF (or 0x12FCEF) is known color: Aqua. HEX triplet: 12, FC and EF. RGB value is (18,252,239). Sum of RGB (Red+Green+Blue) = 18+252+239=509 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FCEF is #ED0310. Grayscale: #B4B4B4. Windows color (decimal): -15532817 or 15727634. OLE color: 15727634.

HSL color Cylindrical-coordinate representation of color #12FCEF: hue angle of 176.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCEF is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 239 -
CMYK 0.93 0 0.05 0.01
HSL 176.67º 0.98% 0.53% -
HSV(B) 176.67º 0.93% 0.99% -
XYZ 50.64 75.98 93.66 -
YUV 180.55 160.98 12.06 -
System Red Green Blue C M Y K H S L
Decimal 18 252 239 0.93 0 0.05 0.01 176.67 0.98 0.53
Hex 12 FC EF 5D 0 5 1 B1 62 35
Octal 22 374 357 135 0 5 1 261 142 65
Binary 10010 11111100 11101111 1011101 0 101 1 10110001 1100010 110101

Color Harmonies of #12FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCEF

Black with #12FCEF

Text Example


Text Example

White with #12FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,239); }

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

background-color css

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

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

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

border-color css

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

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

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