Html Css Color HEX #72F0B1 Medium Aquamarine

📋 copy color: '#72F0B1'

red 114 ◦ green 240 ◦ blue 177

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

Shades of Medium Aquamarine #72F0B1

Tints of Medium Aquamarine #72F0B1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

 BLUE value IS 177 (69.53% from 255) = 33.33%

R = 21.47%
G = 45.2%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#72F0B1 (or 0x72F0B1) is known color: Medium Aquamarine. HEX triplet: 72, F0 and B1. RGB value is (114,240,177). Sum of RGB (Red+Green+Blue) = 114+240+177=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F0B1 is #8D0F4E. Grayscale: #C3C3C3. Windows color (decimal): -9244495 or 11661426. OLE color: 11661426.

HSL color Cylindrical-coordinate representation of color #72F0B1: hue angle of 150º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0B1 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 240 177 -
CMYK 0.52 0 0.26 0.06
HSL 150º 0.81% 0.69% -
HSV(B) 150º 0.53% 0.94% -
XYZ 46.04 69.07 52.5 -
YUV 195.14 117.76 70.12 -
System Red Green Blue C M Y K H S L
Decimal 114 240 177 0.52 0 0.26 0.06 150 0.81 0.69
Hex 72 F0 B1 34 0 1A 6 96 51 45
Octal 162 360 261 64 0 32 6 226 121 105
Binary 1110010 11110000 10110001 110100 0 11010 110 10010110 1010001 1000101

Color Harmonies of #72F0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0B1

Black with #72F0B1

Text Example


Text Example

White with #72F0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,240,177); }

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

background-color css

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

 a { background-color: rgb(114,240,177); }

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

border-color css

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

 span { border-color: rgb(114,240,177); }

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