Html Css Color HEX #72FCAC Aquamarine

📋 copy color: '#72FCAC'

red 114 ◦ green 252 ◦ blue 172

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

Shades of Aquamarine #72FCAC

Tints of Aquamarine #72FCAC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.84%

 BLUE value IS 172 (67.58% from 255) = 31.97%

R = 21.19%
G = 46.84%
B = 31.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#72FCAC (or 0x72FCAC) is known color: Aquamarine. HEX triplet: 72, FC and AC. RGB value is (114,252,172). Sum of RGB (Red+Green+Blue) = 114+252+172=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #72FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FCAC is #8D0353. Grayscale: #C9C9C9. Windows color (decimal): -9241428 or 11336818. OLE color: 11336818.

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

Color convert

RGB 114 252 172 -
CMYK 0.55 0 0.32 0.01
HSL 145.22º 0.96% 0.72% -
HSV(B) 145.22º 0.55% 0.99% -
XYZ 49.2 76.18 51.14 -
YUV 201.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 114 252 172 0.55 0 0.32 0.01 145.22 0.96 0.72
Hex 72 FC AC 37 0 20 1 91 60 48
Octal 162 374 254 67 0 40 1 221 140 110
Binary 1110010 11111100 10101100 110111 0 100000 1 10010001 1100000 1001000

Color Harmonies of #72FCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FCAC

Black with #72FCAC

Text Example


Text Example

White with #72FCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,252,172); }

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

background-color css

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

 a { background-color: rgb(114,252,172); }

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

border-color css

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

 span { border-color: rgb(114,252,172); }

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