Html Css Color HEX #72EFDD Aquamarine

📋 copy color: '#72EFDD'

red 114 ◦ green 239 ◦ blue 221

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

Shades of Aquamarine #72EFDD

Tints of Aquamarine #72EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.64%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 19.86%
G = 41.64%
B = 38.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#72EFDD (or 0x72EFDD) is known color: Aquamarine. HEX triplet: 72, EF and DD. RGB value is (114,239,221). Sum of RGB (Red+Green+Blue) = 114+239+221=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFDD is #8D1022. Grayscale: #C7C7C7. Windows color (decimal): -9244707 or 14544754. OLE color: 14544754.

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

Color convert

RGB 114 239 221 -
CMYK 0.52 0 0.08 0.06
HSL 171.36º 0.8% 0.69% -
HSV(B) 171.36º 0.52% 0.94% -
XYZ 50.86 70.53 79.34 -
YUV 199.57 140.09 66.96 -
System Red Green Blue C M Y K H S L
Decimal 114 239 221 0.52 0 0.08 0.06 171.36 0.8 0.69
Hex 72 EF DD 34 0 8 6 AB 50 45
Octal 162 357 335 64 0 10 6 253 120 105
Binary 1110010 11101111 11011101 110100 0 1000 110 10101011 1010000 1000101

Color Harmonies of #72EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EFDD

Black with #72EFDD

Text Example


Text Example

White with #72EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,239,221); }

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

background-color css

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

 a { background-color: rgb(114,239,221); }

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

border-color css

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

 span { border-color: rgb(114,239,221); }

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