Html Css Color HEX #72FEDD Aquamarine

📋 copy color: '#72FEDD'

red 114 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #72FEDD

Tints of Aquamarine #72FEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 19.35%
G = 43.12%
B = 37.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#72FEDD (or 0x72FEDD) is known color: Aquamarine. HEX triplet: 72, FE and DD. RGB value is (114,254,221). Sum of RGB (Red+Green+Blue) = 114+254+221=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEDD is #8D0122. Grayscale: #D0D0D0. Windows color (decimal): -9240867 or 14548594. OLE color: 14548594.

HSL color Cylindrical-coordinate representation of color #72FEDD: hue angle of 165.86º 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 #72FEDD is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 254 221 -
CMYK 0.55 0 0.13 0.00
HSL 165.86º 0.99% 0.72% -
HSV(B) 165.86º 0.55% 1% -
XYZ 55.43 79.68 80.87 -
YUV 208.38 135.12 60.68 -
System Red Green Blue C M Y K H S L
Decimal 114 254 221 0.55 0 0.13 0.00 165.86 0.99 0.72
Hex 72 FE DD 37 0 D 0 A6 63 48
Octal 162 376 335 67 0 15 0 246 143 110
Binary 1110010 11111110 11011101 110111 0 1101 0 10100110 1100011 1001000

Color Harmonies of #72FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FEDD

Black with #72FEDD

Text Example


Text Example

White with #72FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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