Html Css Color HEX #72F0DC Aquamarine

📋 copy color: '#72F0DC'

red 114 ◦ green 240 ◦ blue 220

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

Shades of Aquamarine #72F0DC

Tints of Aquamarine #72F0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.81%

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 19.86%
G = 41.81%
B = 38.33%

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

#72F0DC (or 0x72F0DC) is known color: Aquamarine. HEX triplet: 72, F0 and DC. RGB value is (114,240,220). Sum of RGB (Red+Green+Blue) = 114+240+220=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0DC is #8D0F23. Grayscale: #C7C7C7. Windows color (decimal): -9244452 or 14479474. OLE color: 14479474.

HSL color Cylindrical-coordinate representation of color #72F0DC: hue angle of 170.48º degrees, saturation: 0.81, 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 #72F0DC is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 240 220 -
CMYK 0.52 0 0.08 0.06
HSL 170.48º 0.81% 0.69% -
HSV(B) 170.48º 0.53% 0.94% -
XYZ 51.02 71.06 78.74 -
YUV 200.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 114 240 220 0.52 0 0.08 0.06 170.48 0.81 0.69
Hex 72 F0 DC 34 0 8 6 AA 51 45
Octal 162 360 334 64 0 10 6 252 121 105
Binary 1110010 11110000 11011100 110100 0 1000 110 10101010 1010001 1000101

Color Harmonies of #72F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0DC

Black with #72F0DC

Text Example


Text Example

White with #72F0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,240,220); }

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

background-color css

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

 a { background-color: rgb(114,240,220); }

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

border-color css

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

 span { border-color: rgb(114,240,220); }

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