Html Css Color HEX #72FFBB Aquamarine

📋 copy color: '#72FFBB'

red 114 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #72FFBB

Tints of Aquamarine #72FFBB

RGB

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

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

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

R = 20.5%
G = 45.86%
B = 33.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#72FFBB (or 0x72FFBB) is known color: Aquamarine. HEX triplet: 72, FF and BB. RGB value is (114,255,187). Sum of RGB (Red+Green+Blue) = 114+255+187=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFBB is #8D0044. Grayscale: #CDCDCD. Windows color (decimal): -9240645 or 12320626. OLE color: 12320626.

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

Color convert

RGB 114 255 187 -
CMYK 0.55 0 0.27 0
HSL 151.06º 1% 0.72% -
HSV(B) 151.06º 0.55% 1% -
XYZ 51.67 78.69 59.48 -
YUV 205.09 117.79 63.03 -
System Red Green Blue C M Y K H S L
Decimal 114 255 187 0.55 0 0.27 0 151.06 1 0.72
Hex 72 FF BB 37 0 1B 0 97 64 48
Octal 162 377 273 67 0 33 0 227 144 110
Binary 1110010 11111111 10111011 110111 0 11011 0 10010111 1100100 1001000

Color Harmonies of #72FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFBB

Black with #72FFBB

Text Example


Text Example

White with #72FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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