Html Css Color HEX #12EFF5 Aqua

📋 copy color: '#12EFF5'

red 18 ◦ green 239 ◦ blue 245

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

Shades of Aqua #12EFF5

Tints of Aqua #12EFF5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 245 (96.09% from 255) = 48.8%

R = 3.59%
G = 47.61%
B = 48.8%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#12EFF5 (or 0x12EFF5) is known color: Aqua. HEX triplet: 12, EF and F5. RGB value is (18,239,245). Sum of RGB (Red+Green+Blue) = 18+239+245=502 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.59% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #12EFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EFF5 is #ED100A. Grayscale: #ADADAD. Windows color (decimal): -15536139 or 16117522. OLE color: 16117522.

HSL color Cylindrical-coordinate representation of color #12EFF5: hue angle of 181.59º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12EFF5 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 239 245 -
CMYK 0.93 0.02 0 0.04
HSL 181.59º 0.92% 0.52% -
HSV(B) 181.59º 0.93% 0.96% -
XYZ 47.6 68.45 97.09 -
YUV 173.61 168.28 17.01 -
System Red Green Blue C M Y K H S L
Decimal 18 239 245 0.93 0.02 0 0.04 181.59 0.92 0.52
Hex 12 EF F5 5D 2 0 4 B6 5C 34
Octal 22 357 365 135 2 0 4 266 134 64
Binary 10010 11101111 11110101 1011101 10 0 100 10110110 1011100 110100

Color Harmonies of #12EFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EFF5

Black with #12EFF5

Text Example


Text Example

White with #12EFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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