Html Css Color HEX #72ECD9 Aquamarine

📋 copy color: '#72ECD9'

red 114 ◦ green 236 ◦ blue 217

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

Shades of Aquamarine #72ECD9

Tints of Aquamarine #72ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 20.11%
G = 41.62%
B = 38.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#72ECD9 (or 0x72ECD9) is known color: Aquamarine. HEX triplet: 72, EC and D9. RGB value is (114,236,217). Sum of RGB (Red+Green+Blue) = 114+236+217=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECD9 is #8D1326. Grayscale: #C5C5C5. Windows color (decimal): -9245479 or 14281842. OLE color: 14281842.

HSL color Cylindrical-coordinate representation of color #72ECD9: hue angle of 170.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECD9 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 217 -
CMYK 0.52 0 0.08 0.07
HSL 170.66º 0.76% 0.69% -
HSV(B) 170.66º 0.52% 0.93% -
XYZ 49.46 68.58 76.28 -
YUV 197.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 114 236 217 0.52 0 0.08 0.07 170.66 0.76 0.69
Hex 72 EC D9 34 0 8 7 AB 4C 45
Octal 162 354 331 64 0 10 7 253 114 105
Binary 1110010 11101100 11011001 110100 0 1000 111 10101011 1001100 1000101

Color Harmonies of #72ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECD9

Black with #72ECD9

Text Example


Text Example

White with #72ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,217); }

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

background-color css

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

 a { background-color: rgb(114,236,217); }

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

border-color css

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

 span { border-color: rgb(114,236,217); }

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