Html Css Color HEX #72ECC9 Aquamarine

📋 copy color: '#72ECC9'

red 114 ◦ green 236 ◦ blue 201

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

Shades of Aquamarine #72ECC9

Tints of Aquamarine #72ECC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 20.69%
G = 42.83%
B = 36.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#72ECC9 (or 0x72ECC9) is known color: Aquamarine. HEX triplet: 72, EC and C9. RGB value is (114,236,201). Sum of RGB (Red+Green+Blue) = 114+236+201=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECC9 is #8D1336. Grayscale: #C3C3C3. Windows color (decimal): -9245495 or 13233266. OLE color: 13233266.

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

Color convert

RGB 114 236 201 -
CMYK 0.52 0 0.15 0.07
HSL 162.79º 0.76% 0.69% -
HSV(B) 162.79º 0.52% 0.93% -
XYZ 47.48 67.79 65.84 -
YUV 195.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 114 236 201 0.52 0 0.15 0.07 162.79 0.76 0.69
Hex 72 EC C9 34 0 F 7 A3 4C 45
Octal 162 354 311 64 0 17 7 243 114 105
Binary 1110010 11101100 11001001 110100 0 1111 111 10100011 1001100 1000101

Color Harmonies of #72ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECC9

Black with #72ECC9

Text Example


Text Example

White with #72ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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