Html Css Color HEX #72FFAB Aquamarine

📋 copy color: '#72FFAB'

red 114 ◦ green 255 ◦ blue 171

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

Shades of Aquamarine #72FFAB

Tints of Aquamarine #72FFAB

RGB

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

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

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

R = 21.11%
G = 47.22%
B = 31.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#72FFAB (or 0x72FFAB) is known color: Aquamarine. HEX triplet: 72, FF and AB. RGB value is (114,255,171). Sum of RGB (Red+Green+Blue) = 114+255+171=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFAB is #8D0054. Grayscale: #CBCBCB. Windows color (decimal): -9240661 or 11272050. OLE color: 11272050.

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

Color convert

RGB 114 255 171 -
CMYK 0.55 0 0.33 0
HSL 144.26º 1% 0.72% -
HSV(B) 144.26º 0.55% 1% -
XYZ 50.05 78.04 50.95 -
YUV 203.27 109.79 64.33 -
System Red Green Blue C M Y K H S L
Decimal 114 255 171 0.55 0 0.33 0 144.26 1 0.72
Hex 72 FF AB 37 0 21 0 90 64 48
Octal 162 377 253 67 0 41 0 220 144 110
Binary 1110010 11111111 10101011 110111 0 100001 0 10010000 1100100 1001000

Color Harmonies of #72FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFAB

Black with #72FFAB

Text Example


Text Example

White with #72FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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