Html Css Color HEX #72FFAD Aquamarine

📋 copy color: '#72FFAD'

red 114 ◦ green 255 ◦ blue 173

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

Shades of Aquamarine #72FFAD

Tints of Aquamarine #72FFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 21.03%
G = 47.05%
B = 31.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#72FFAD (or 0x72FFAD) is known color: Aquamarine. HEX triplet: 72, FF and AD. RGB value is (114,255,173). Sum of RGB (Red+Green+Blue) = 114+255+173=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFAD is #8D0052. Grayscale: #CBCBCB. Windows color (decimal): -9240659 or 11403122. OLE color: 11403122.

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

Color convert

RGB 114 255 173 -
CMYK 0.55 0 0.32 0
HSL 145.11º 1% 0.72% -
HSV(B) 145.11º 0.55% 1% -
XYZ 50.24 78.11 51.96 -
YUV 203.49 110.79 64.17 -
System Red Green Blue C M Y K H S L
Decimal 114 255 173 0.55 0 0.32 0 145.11 1 0.72
Hex 72 FF AD 37 0 20 0 91 64 48
Octal 162 377 255 67 0 40 0 221 144 110
Binary 1110010 11111111 10101101 110111 0 100000 0 10010001 1100100 1001000

Color Harmonies of #72FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFAD

Black with #72FFAD

Text Example


Text Example

White with #72FFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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