Html Css Color HEX #72FED0 Aquamarine

📋 copy color: '#72FED0'

red 114 ◦ green 254 ◦ blue 208

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

Shades of Aquamarine #72FED0

Tints of Aquamarine #72FED0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.1%

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 19.79%
G = 44.1%
B = 36.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#72FED0 (or 0x72FED0) is known color: Aquamarine. HEX triplet: 72, FE and D0. RGB value is (114,254,208). Sum of RGB (Red+Green+Blue) = 114+254+208=576 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.79% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #72FED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FED0 is #8D012F. Grayscale: #CECECE. Windows color (decimal): -9240880 or 13696626. OLE color: 13696626.

HSL color Cylindrical-coordinate representation of color #72FED0: hue angle of 160.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FED0 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 254 208 -
CMYK 0.55 0 0.18 0.00
HSL 160.29º 0.99% 0.72% -
HSV(B) 160.29º 0.55% 1% -
XYZ 53.77 79.02 72.09 -
YUV 206.9 128.62 61.74 -
System Red Green Blue C M Y K H S L
Decimal 114 254 208 0.55 0 0.18 0.00 160.29 0.99 0.72
Hex 72 FE D0 37 0 12 0 A0 63 48
Octal 162 376 320 67 0 22 0 240 143 110
Binary 1110010 11111110 11010000 110111 0 10010 0 10100000 1100011 1001000

Color Harmonies of #72FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FED0

Black with #72FED0

Text Example


Text Example

White with #72FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,254,208); }

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

background-color css

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

 a { background-color: rgb(114,254,208); }

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

border-color css

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

 span { border-color: rgb(114,254,208); }

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