Html Css Color HEX #72F9E5 Aquamarine

📋 copy color: '#72F9E5'

red 114 ◦ green 249 ◦ blue 229

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

Shades of Aquamarine #72F9E5

Tints of Aquamarine #72F9E5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.06%

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 19.26%
G = 42.06%
B = 38.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#72F9E5 (or 0x72F9E5) is known color: Aquamarine. HEX triplet: 72, F9 and E5. RGB value is (114,249,229). Sum of RGB (Red+Green+Blue) = 114+249+229=592 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.26% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #72F9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F9E5 is #8D061A. Grayscale: #CECECE. Windows color (decimal): -9242139 or 15071602. OLE color: 15071602.

HSL color Cylindrical-coordinate representation of color #72F9E5: hue angle of 171.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F9E5 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 249 229 -
CMYK 0.54 0 0.08 0.02
HSL 171.11º 0.92% 0.71% -
HSV(B) 171.11º 0.54% 0.98% -
XYZ 54.96 76.99 86.09 -
YUV 206.36 140.77 62.13 -
System Red Green Blue C M Y K H S L
Decimal 114 249 229 0.54 0 0.08 0.02 171.11 0.92 0.71
Hex 72 F9 E5 36 0 8 2 AB 5C 47
Octal 162 371 345 66 0 10 2 253 134 107
Binary 1110010 11111001 11100101 110110 0 1000 10 10101011 1011100 1000111

Color Harmonies of #72F9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F9E5

Black with #72F9E5

Text Example


Text Example

White with #72F9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,249,229); }

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

background-color css

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

 a { background-color: rgb(114,249,229); }

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

border-color css

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

 span { border-color: rgb(114,249,229); }

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