Html Css Color HEX #72D2AF Medium Aquamarine

📋 copy color: '#72D2AF'

red 114 ◦ green 210 ◦ blue 175

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

Shades of Medium Aquamarine #72D2AF

Tints of Medium Aquamarine #72D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 22.85%
G = 42.08%
B = 35.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#72D2AF (or 0x72D2AF) is known color: Medium Aquamarine. HEX triplet: 72, D2 and AF. RGB value is (114,210,175). Sum of RGB (Red+Green+Blue) = 114+210+175=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D2AF is #8D2D50. Grayscale: #B1B1B1. Windows color (decimal): -9252177 or 11522674. OLE color: 11522674.

HSL color Cylindrical-coordinate representation of color #72D2AF: hue angle of 158.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D2AF is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 210 175 -
CMYK 0.46 0 0.17 0.18
HSL 158.13º 0.52% 0.64% -
HSV(B) 158.13º 0.46% 0.82% -
XYZ 37.72 52.77 48.75 -
YUV 177.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 114 210 175 0.46 0 0.17 0.18 158.13 0.52 0.64
Hex 72 D2 AF 2E 0 11 12 9E 34 40
Octal 162 322 257 56 0 21 22 236 64 100
Binary 1110010 11010010 10101111 101110 0 10001 10010 10011110 110100 1000000

Color Harmonies of #72D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2AF

Black with #72D2AF

Text Example


Text Example

White with #72D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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