Html Css Color HEX #72F0AF Medium Aquamarine

📋 copy color: '#72F0AF'

red 114 ◦ green 240 ◦ blue 175

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

Shades of Medium Aquamarine #72F0AF

Tints of Medium Aquamarine #72F0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 21.55%
G = 45.37%
B = 33.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#72F0AF (or 0x72F0AF) is known color: Medium Aquamarine. HEX triplet: 72, F0 and AF. RGB value is (114,240,175). Sum of RGB (Red+Green+Blue) = 114+240+175=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F0AF is #8D0F50. Grayscale: #C3C3C3. Windows color (decimal): -9244497 or 11530354. OLE color: 11530354.

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

Color convert

RGB 114 240 175 -
CMYK 0.52 0 0.27 0.06
HSL 149.05º 0.81% 0.69% -
HSV(B) 149.05º 0.53% 0.94% -
XYZ 45.84 68.99 51.46 -
YUV 194.92 116.76 70.29 -
System Red Green Blue C M Y K H S L
Decimal 114 240 175 0.52 0 0.27 0.06 149.05 0.81 0.69
Hex 72 F0 AF 34 0 1B 6 95 51 45
Octal 162 360 257 64 0 33 6 225 121 105
Binary 1110010 11110000 10101111 110100 0 11011 110 10010101 1010001 1000101

Color Harmonies of #72F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0AF

Black with #72F0AF

Text Example


Text Example

White with #72F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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