Html Css Color HEX #72FFDA Aquamarine

📋 copy color: '#72FFDA'

red 114 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #72FFDA

Tints of Aquamarine #72FFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 43.44%

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

R = 19.42%
G = 43.44%
B = 37.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#72FFDA (or 0x72FFDA) is known color: Aquamarine. HEX triplet: 72, FF and DA. RGB value is (114,255,218). Sum of RGB (Red+Green+Blue) = 114+255+218=587 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.42% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFDA is #8D0025. Grayscale: #D0D0D0. Windows color (decimal): -9240614 or 14352242. OLE color: 14352242.

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

Color convert

RGB 114 255 218 -
CMYK 0.55 0 0.15 0
HSL 164.26º 1% 0.72% -
HSV(B) 164.26º 0.55% 1% -
XYZ 55.35 80.16 78.88 -
YUV 208.62 133.29 60.51 -
System Red Green Blue C M Y K H S L
Decimal 114 255 218 0.55 0 0.15 0 164.26 1 0.72
Hex 72 FF DA 37 0 F 0 A4 64 48
Octal 162 377 332 67 0 17 0 244 144 110
Binary 1110010 11111111 11011010 110111 0 1111 0 10100100 1100100 1001000

Color Harmonies of #72FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFDA

Black with #72FFDA

Text Example


Text Example

White with #72FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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