Html Css Color HEX #72FEBE Aquamarine

📋 copy color: '#72FEBE'

red 114 ◦ green 254 ◦ blue 190

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

Shades of Aquamarine #72FEBE

Tints of Aquamarine #72FEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 20.43%
G = 45.52%
B = 34.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#72FEBE (or 0x72FEBE) is known color: Aquamarine. HEX triplet: 72, FE and BE. RGB value is (114,254,190). Sum of RGB (Red+Green+Blue) = 114+254+190=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEBE is #8D0141. Grayscale: #CCCCCC. Windows color (decimal): -9240898 or 12516978. OLE color: 12516978.

HSL color Cylindrical-coordinate representation of color #72FEBE: hue angle of 152.57º 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 #72FEBE is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 254 190 -
CMYK 0.55 0 0.25 0.00
HSL 152.57º 0.99% 0.72% -
HSV(B) 152.57º 0.55% 1% -
XYZ 51.68 78.18 61.08 -
YUV 204.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 114 254 190 0.55 0 0.25 0.00 152.57 0.99 0.72
Hex 72 FE BE 37 0 19 0 99 63 48
Octal 162 376 276 67 0 31 0 231 143 110
Binary 1110010 11111110 10111110 110111 0 11001 0 10011001 1100011 1001000

Color Harmonies of #72FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FEBE

Black with #72FEBE

Text Example


Text Example

White with #72FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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