Html Css Color HEX #12EEFA Aqua

📋 copy color: '#12EEFA'

red 18 ◦ green 238 ◦ blue 250

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

Shades of Aqua #12EEFA

Tints of Aqua #12EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 3.56%
G = 47.04%
B = 49.41%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12EEFA (or 0x12EEFA) is known color: Aqua. HEX triplet: 12, EE and FA. RGB value is (18,238,250). Sum of RGB (Red+Green+Blue) = 18+238+250=506 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #12EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EEFA is #ED1105. Grayscale: #ADADAD. Windows color (decimal): -15536390 or 16444946. OLE color: 16444946.

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

Color convert

RGB 18 238 250 -
CMYK 0.93 0.05 0 0.02
HSL 183.1º 0.96% 0.53% -
HSV(B) 183.1º 0.93% 0.98% -
XYZ 48.08 68.18 101.07 -
YUV 173.59 171.11 17.02 -
System Red Green Blue C M Y K H S L
Decimal 18 238 250 0.93 0.05 0 0.02 183.1 0.96 0.53
Hex 12 EE FA 5D 5 0 2 B7 60 35
Octal 22 356 372 135 5 0 2 267 140 65
Binary 10010 11101110 11111010 1011101 101 0 10 10110111 1100000 110101

Color Harmonies of #12EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EEFA

Black with #12EEFA

Text Example


Text Example

White with #12EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,238,250); }

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

background-color css

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

 a { background-color: rgb(18,238,250); }

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

border-color css

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

 span { border-color: rgb(18,238,250); }

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