Html Css Color HEX #12F7F0 Aqua

📋 copy color: '#12F7F0'

red 18 ◦ green 247 ◦ blue 240

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

Shades of Aqua #12F7F0

Tints of Aqua #12F7F0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.91%

 BLUE value IS 240 (94.14% from 255) = 47.52%

R = 3.56%
G = 48.91%
B = 47.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#12F7F0 (or 0x12F7F0) is known color: Aqua. HEX triplet: 12, F7 and F0. RGB value is (18,247,240). Sum of RGB (Red+Green+Blue) = 18+247+240=505 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #12F7F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F7F0 is #ED080F. Grayscale: #B1B1B1. Windows color (decimal): -15534096 or 15791890. OLE color: 15791890.

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

Color convert

RGB 18 247 240 -
CMYK 0.93 0 0.03 0.03
HSL 178.17º 0.93% 0.52% -
HSV(B) 178.17º 0.93% 0.97% -
XYZ 49.24 72.94 93.92 -
YUV 177.73 163.13 14.07 -
System Red Green Blue C M Y K H S L
Decimal 18 247 240 0.93 0 0.03 0.03 178.17 0.93 0.52
Hex 12 F7 F0 5D 0 3 3 B2 5D 34
Octal 22 367 360 135 0 3 3 262 135 64
Binary 10010 11110111 11110000 1011101 0 11 11 10110010 1011101 110100

Color Harmonies of #12F7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F7F0

Black with #12F7F0

Text Example


Text Example

White with #12F7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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