Html Css Color HEX #72EDC5 Aquamarine

📋 copy color: '#72EDC5'

red 114 ◦ green 237 ◦ blue 197

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

Shades of Aquamarine #72EDC5

Tints of Aquamarine #72EDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 20.8%
G = 43.25%
B = 35.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#72EDC5 (or 0x72EDC5) is known color: Aquamarine. HEX triplet: 72, ED and C5. RGB value is (114,237,197). Sum of RGB (Red+Green+Blue) = 114+237+197=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDC5 is #8D123A. Grayscale: #C3C3C3. Windows color (decimal): -9245243 or 12971378. OLE color: 12971378.

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

Color convert

RGB 114 237 197 -
CMYK 0.52 0 0.17 0.07
HSL 160.49º 0.77% 0.69% -
HSV(B) 160.49º 0.52% 0.93% -
XYZ 47.3 68.18 63.49 -
YUV 195.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 114 237 197 0.52 0 0.17 0.07 160.49 0.77 0.69
Hex 72 ED C5 34 0 11 7 A0 4D 45
Octal 162 355 305 64 0 21 7 240 115 105
Binary 1110010 11101101 11000101 110100 0 10001 111 10100000 1001101 1000101

Color Harmonies of #72EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EDC5

Black with #72EDC5

Text Example


Text Example

White with #72EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,237,197); }

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

background-color css

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

 a { background-color: rgb(114,237,197); }

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

border-color css

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

 span { border-color: rgb(114,237,197); }

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