Html Css Color HEX #72ECD5 Aquamarine

📋 copy color: '#72ECD5'

red 114 ◦ green 236 ◦ blue 213

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

Shades of Aquamarine #72ECD5

Tints of Aquamarine #72ECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.83%

R = 20.25%
G = 41.92%
B = 37.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#72ECD5 (or 0x72ECD5) is known color: Aquamarine. HEX triplet: 72, EC and D5. RGB value is (114,236,213). Sum of RGB (Red+Green+Blue) = 114+236+213=563 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.25% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECD5 is #8D132A. Grayscale: #C4C4C4. Windows color (decimal): -9245483 or 14019698. OLE color: 14019698.

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

Color convert

RGB 114 236 213 -
CMYK 0.52 0 0.10 0.07
HSL 168.69º 0.76% 0.69% -
HSV(B) 168.69º 0.52% 0.93% -
XYZ 48.95 68.37 73.57 -
YUV 196.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 114 236 213 0.52 0 0.10 0.07 168.69 0.76 0.69
Hex 72 EC D5 34 0 A 7 A9 4C 45
Octal 162 354 325 64 0 12 7 251 114 105
Binary 1110010 11101100 11010101 110100 0 1010 111 10101001 1001100 1000101

Color Harmonies of #72ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECD5

Black with #72ECD5

Text Example


Text Example

White with #72ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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