Html Css Color HEX #72FEBB Aquamarine

📋 copy color: '#72FEBB'

red 114 ◦ green 254 ◦ blue 187

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

Shades of Aquamarine #72FEBB

Tints of Aquamarine #72FEBB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.77%

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 20.54%
G = 45.77%
B = 33.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#72FEBB (or 0x72FEBB) is known color: Aquamarine. HEX triplet: 72, FE and BB. RGB value is (114,254,187). Sum of RGB (Red+Green+Blue) = 114+254+187=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEBB is #8D0144. Grayscale: #CCCCCC. Windows color (decimal): -9240901 or 12320370. OLE color: 12320370.

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

Color convert

RGB 114 254 187 -
CMYK 0.55 0 0.26 0.00
HSL 151.29º 0.99% 0.72% -
HSV(B) 151.29º 0.55% 1% -
XYZ 51.35 78.05 59.37 -
YUV 204.5 118.12 63.45 -
System Red Green Blue C M Y K H S L
Decimal 114 254 187 0.55 0 0.26 0.00 151.29 0.99 0.72
Hex 72 FE BB 37 0 1A 0 97 63 48
Octal 162 376 273 67 0 32 0 227 143 110
Binary 1110010 11111110 10111011 110111 0 11010 0 10010111 1100011 1001000

Color Harmonies of #72FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FEBB

Black with #72FEBB

Text Example


Text Example

White with #72FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,254,187); }

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

background-color css

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

 a { background-color: rgb(114,254,187); }

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

border-color css

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

 span { border-color: rgb(114,254,187); }

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