Html Css Color HEX #12EDF7 Aqua

📋 copy color: '#12EDF7'

red 18 ◦ green 237 ◦ blue 247

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

Shades of Aqua #12EDF7

Tints of Aqua #12EDF7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.21%

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 3.59%
G = 47.21%
B = 49.2%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#12EDF7 (or 0x12EDF7) is known color: Aqua. HEX triplet: 12, ED and F7. RGB value is (18,237,247). Sum of RGB (Red+Green+Blue) = 18+237+247=502 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.59% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #12EDF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EDF7 is #ED1208. Grayscale: #ACACAC. Windows color (decimal): -15536649 or 16248082. OLE color: 16248082.

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

Color convert

RGB 18 237 247 -
CMYK 0.93 0.04 0 0.03
HSL 182.62º 0.93% 0.52% -
HSV(B) 182.62º 0.93% 0.97% -
XYZ 47.32 67.41 98.51 -
YUV 172.66 169.95 17.69 -
System Red Green Blue C M Y K H S L
Decimal 18 237 247 0.93 0.04 0 0.03 182.62 0.93 0.52
Hex 12 ED F7 5D 4 0 3 B7 5D 34
Octal 22 355 367 135 4 0 3 267 135 64
Binary 10010 11101101 11110111 1011101 100 0 11 10110111 1011101 110100

Color Harmonies of #12EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EDF7

Black with #12EDF7

Text Example


Text Example

White with #12EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,237,247); }

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

background-color css

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

 a { background-color: rgb(18,237,247); }

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

border-color css

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

 span { border-color: rgb(18,237,247); }

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