Html Css Color HEX #72FFB9 Aquamarine

📋 copy color: '#72FFB9'

red 114 ◦ green 255 ◦ blue 185

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

Shades of Aquamarine #72FFB9

Tints of Aquamarine #72FFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 20.58%
G = 46.03%
B = 33.39%

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

#72FFB9 (or 0x72FFB9) is known color: Aquamarine. HEX triplet: 72, FF and B9. RGB value is (114,255,185). Sum of RGB (Red+Green+Blue) = 114+255+185=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFB9 is #8D0046. Grayscale: #CCCCCC. Windows color (decimal): -9240647 or 12189554. OLE color: 12189554.

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

Color convert

RGB 114 255 185 -
CMYK 0.55 0 0.27 0
HSL 150.21º 1% 0.72% -
HSV(B) 150.21º 0.55% 1% -
XYZ 51.46 78.6 58.36 -
YUV 204.86 116.79 63.19 -
System Red Green Blue C M Y K H S L
Decimal 114 255 185 0.55 0 0.27 0 150.21 1 0.72
Hex 72 FF B9 37 0 1B 0 96 64 48
Octal 162 377 271 67 0 33 0 226 144 110
Binary 1110010 11111111 10111001 110111 0 11011 0 10010110 1100100 1001000

Color Harmonies of #72FFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFB9

Black with #72FFB9

Text Example


Text Example

White with #72FFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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