Html Css Color HEX #72FEDA Aquamarine

📋 copy color: '#72FEDA'

red 114 ◦ green 254 ◦ blue 218

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

Shades of Aquamarine #72FEDA

Tints of Aquamarine #72FEDA

RGB

 RED value IS 114 (44.92% from 255) = 19.45%

 GREEN value IS 254 (99.61% from 255) = 43.34%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 19.45%
G = 43.34%
B = 37.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#72FEDA (or 0x72FEDA) is known color: Aquamarine. HEX triplet: 72, FE and DA. RGB value is (114,254,218). Sum of RGB (Red+Green+Blue) = 114+254+218=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEDA is #8D0125. Grayscale: #D0D0D0. Windows color (decimal): -9240870 or 14351986. OLE color: 14351986.

HSL color Cylindrical-coordinate representation of color #72FEDA: hue angle of 164.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FEDA is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 254 218 -
CMYK 0.55 0 0.14 0.00
HSL 164.57º 0.99% 0.72% -
HSV(B) 164.57º 0.55% 1% -
XYZ 55.04 79.52 78.78 -
YUV 208.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 114 254 218 0.55 0 0.14 0.00 164.57 0.99 0.72
Hex 72 FE DA 37 0 E 0 A5 63 48
Octal 162 376 332 67 0 16 0 245 143 110
Binary 1110010 11111110 11011010 110111 0 1110 0 10100101 1100011 1001000

Color Harmonies of #72FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FEDA

Black with #72FEDA

Text Example


Text Example

White with #72FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72FEDA; }

 p { color: rgb(114,254,218); }

 H1.HeaderClassName
 {
   color: #72FEDA;
 }
 .AnyTagClassName
 {
   color: #72FEDA;
 }
</style>

background-color css

<style>
 a { background-color: #72FEDA; }

 a { background-color: rgb(114,254,218); }

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

border-color css

<style>
 span { border-color: #72FEDA; }

 span { border-color: rgb(114,254,218); }

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