Html Css Color HEX #72CFAA Medium Aquamarine

📋 copy color: '#72CFAA'

red 114 ◦ green 207 ◦ blue 170

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

Shades of Medium Aquamarine #72CFAA

Tints of Medium Aquamarine #72CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.16%

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 23.22%
G = 42.16%
B = 34.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#72CFAA (or 0x72CFAA) is known color: Medium Aquamarine. HEX triplet: 72, CF and AA. RGB value is (114,207,170). Sum of RGB (Red+Green+Blue) = 114+207+170=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CFAA is #8D3055. Grayscale: #AFAFAF. Windows color (decimal): -9252950 or 11194226. OLE color: 11194226.

HSL color Cylindrical-coordinate representation of color #72CFAA: hue angle of 156.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CFAA is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 170 -
CMYK 0.45 0 0.18 0.19
HSL 156.13º 0.49% 0.63% -
HSV(B) 156.13º 0.45% 0.81% -
XYZ 36.51 51.11 45.97 -
YUV 174.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 114 207 170 0.45 0 0.18 0.19 156.13 0.49 0.63
Hex 72 CF AA 2D 0 12 13 9C 31 3F
Octal 162 317 252 55 0 22 23 234 61 77
Binary 1110010 11001111 10101010 101101 0 10010 10011 10011100 110001 111111

Color Harmonies of #72CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFAA

Black with #72CFAA

Text Example


Text Example

White with #72CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,170); }

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

background-color css

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

 a { background-color: rgb(114,207,170); }

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

border-color css

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

 span { border-color: rgb(114,207,170); }

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