Html Css Color HEX #72FFA8 Aquamarine

📋 copy color: '#72FFA8'

red 114 ◦ green 255 ◦ blue 168

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

Shades of Aquamarine #72FFA8

Tints of Aquamarine #72FFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.28%

R = 21.23%
G = 47.49%
B = 31.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#72FFA8 (or 0x72FFA8) is known color: Aquamarine. HEX triplet: 72, FF and A8. RGB value is (114,255,168). Sum of RGB (Red+Green+Blue) = 114+255+168=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFA8 is #8D0057. Grayscale: #CBCBCB. Windows color (decimal): -9240664 or 11075442. OLE color: 11075442.

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

Color convert

RGB 114 255 168 -
CMYK 0.55 0 0.34 0
HSL 142.98º 1% 0.72% -
HSV(B) 142.98º 0.55% 1% -
XYZ 49.77 77.92 49.46 -
YUV 202.92 108.29 64.57 -
System Red Green Blue C M Y K H S L
Decimal 114 255 168 0.55 0 0.34 0 142.98 1 0.72
Hex 72 FF A8 37 0 22 0 8F 64 48
Octal 162 377 250 67 0 42 0 217 144 110
Binary 1110010 11111111 10101000 110111 0 100010 0 10001111 1100100 1001000

Color Harmonies of #72FFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFA8

Black with #72FFA8

Text Example


Text Example

White with #72FFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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