Html Css Color HEX #12FDF5 Aqua

📋 copy color: '#12FDF5'

red 18 ◦ green 253 ◦ blue 245

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

Shades of Aqua #12FDF5

Tints of Aqua #12FDF5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.03%

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

R = 3.49%
G = 49.03%
B = 47.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#12FDF5 (or 0x12FDF5) is known color: Aqua. HEX triplet: 12, FD and F5. RGB value is (18,253,245). Sum of RGB (Red+Green+Blue) = 18+253+245=516 (68% of max value = 765). Red value is 18 (7.42% from 255 or 3.49% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FDF5 is #ED020A. Grayscale: #B5B5B5. Windows color (decimal): -15532555 or 16121106. OLE color: 16121106.

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

Color convert

RGB 18 253 245 -
CMYK 0.93 0 0.03 0.01
HSL 177.96º 0.98% 0.53% -
HSV(B) 177.96º 0.93% 0.99% -
XYZ 51.86 76.97 98.51 -
YUV 181.82 163.64 11.15 -
System Red Green Blue C M Y K H S L
Decimal 18 253 245 0.93 0 0.03 0.01 177.96 0.98 0.53
Hex 12 FD F5 5D 0 3 1 B2 62 35
Octal 22 375 365 135 0 3 1 262 142 65
Binary 10010 11111101 11110101 1011101 0 11 1 10110010 1100010 110101

Color Harmonies of #12FDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FDF5

Black with #12FDF5

Text Example


Text Example

White with #12FDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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