Html Css Color HEX #12F4FF Aqua

📋 copy color: '#12F4FF'

red 18 ◦ green 244 ◦ blue 255

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

Shades of Aqua #12F4FF

Tints of Aqua #12F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.2%

 BLUE value IS 255 (100% from 255) = 49.32%

R = 3.48%
G = 47.2%
B = 49.32%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12F4FF (or 0x12F4FF) is known color: Aqua. HEX triplet: 12, F4 and FF. RGB value is (18,244,255). Sum of RGB (Red+Green+Blue) = 18+244+255=517 (68% of max value = 765). Red value is 18 (7.42% from 255 or 3.48% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #12F4FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F4FF is #ED0B00. Grayscale: #B1B1B1. Windows color (decimal): -15534849 or 16774162. OLE color: 16774162.

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

Color convert

RGB 18 244 255 -
CMYK 0.93 0.04 0 0
HSL 182.78º 1% 0.54% -
HSV(B) 182.78º 0.93% 1% -
XYZ 50.65 72.05 105.85 -
YUV 177.68 171.63 14.11 -
System Red Green Blue C M Y K H S L
Decimal 18 244 255 0.93 0.04 0 0 182.78 1 0.54
Hex 12 F4 FF 5D 4 0 0 B7 64 36
Octal 22 364 377 135 4 0 0 267 144 66
Binary 10010 11110100 11111111 1011101 100 0 0 10110111 1100100 110110

Color Harmonies of #12F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F4FF

Black with #12F4FF

Text Example


Text Example

White with #12F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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