Html Css Color HEX #12EFFB Aqua

📋 copy color: '#12EFFB'

red 18 ◦ green 239 ◦ blue 251

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

Shades of Aqua #12EFFB

Tints of Aqua #12EFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 3.54%
G = 47.05%
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

#12EFFB (or 0x12EFFB) is known color: Aqua. HEX triplet: 12, EF and FB. RGB value is (18,239,251). Sum of RGB (Red+Green+Blue) = 18+239+251=508 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #12EFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EFFB is #ED1004. Grayscale: #AEAEAE. Windows color (decimal): -15536133 or 16510738. OLE color: 16510738.

HSL color Cylindrical-coordinate representation of color #12EFFB: hue angle of 183.09º degrees, saturation: 0.97, 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 #12EFFB is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 239 251 -
CMYK 0.93 0.05 0 0.02
HSL 183.09º 0.97% 0.53% -
HSV(B) 183.09º 0.93% 0.98% -
XYZ 48.53 68.83 101.99 -
YUV 174.29 171.28 16.52 -
System Red Green Blue C M Y K H S L
Decimal 18 239 251 0.93 0.05 0 0.02 183.09 0.97 0.53
Hex 12 EF FB 5D 5 0 2 B7 61 35
Octal 22 357 373 135 5 0 2 267 141 65
Binary 10010 11101111 11111011 1011101 101 0 10 10110111 1100001 110101

Color Harmonies of #12EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EFFB

Black with #12EFFB

Text Example


Text Example

White with #12EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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