Html Css Color HEX #72FFAF Aquamarine

📋 copy color: '#72FFAF'

red 114 ◦ green 255 ◦ blue 175

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

Shades of Aquamarine #72FFAF

Tints of Aquamarine #72FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 20.96%
G = 46.88%
B = 32.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#72FFAF (or 0x72FFAF) is known color: Aquamarine. HEX triplet: 72, FF and AF. RGB value is (114,255,175). Sum of RGB (Red+Green+Blue) = 114+255+175=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFAF is #8D0050. Grayscale: #CBCBCB. Windows color (decimal): -9240657 or 11534194. OLE color: 11534194.

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

Color convert

RGB 114 255 175 -
CMYK 0.55 0 0.31 0
HSL 145.96º 1% 0.72% -
HSV(B) 145.96º 0.55% 1% -
XYZ 50.44 78.19 52.99 -
YUV 203.72 111.79 64 -
System Red Green Blue C M Y K H S L
Decimal 114 255 175 0.55 0 0.31 0 145.96 1 0.72
Hex 72 FF AF 37 0 1F 0 92 64 48
Octal 162 377 257 67 0 37 0 222 144 110
Binary 1110010 11111111 10101111 110111 0 11111 0 10010010 1100100 1001000

Color Harmonies of #72FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFAF

Black with #72FFAF

Text Example


Text Example

White with #72FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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