Html Css Color HEX #72FCAB Aquamarine

📋 copy color: '#72FCAB'

red 114 ◦ green 252 ◦ blue 171

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

Shades of Aquamarine #72FCAB

Tints of Aquamarine #72FCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 21.23%
G = 46.93%
B = 31.84%

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

#72FCAB (or 0x72FCAB) is known color: Aquamarine. HEX triplet: 72, FC and AB. RGB value is (114,252,171). Sum of RGB (Red+Green+Blue) = 114+252+171=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #72FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FCAB is #8D0354. Grayscale: #C9C9C9. Windows color (decimal): -9241429 or 11271282. OLE color: 11271282.

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

Color convert

RGB 114 252 171 -
CMYK 0.55 0 0.32 0.01
HSL 144.78º 0.96% 0.72% -
HSV(B) 144.78º 0.55% 0.99% -
XYZ 49.1 76.14 50.64 -
YUV 201.5 110.78 65.59 -
System Red Green Blue C M Y K H S L
Decimal 114 252 171 0.55 0 0.32 0.01 144.78 0.96 0.72
Hex 72 FC AB 37 0 20 1 91 60 48
Octal 162 374 253 67 0 40 1 221 140 110
Binary 1110010 11111100 10101011 110111 0 100000 1 10010001 1100000 1001000

Color Harmonies of #72FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FCAB

Black with #72FCAB

Text Example


Text Example

White with #72FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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