Html Css Color HEX #72FEBA Aquamarine

📋 copy color: '#72FEBA'

red 114 ◦ green 254 ◦ blue 186

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

Shades of Aquamarine #72FEBA

Tints of Aquamarine #72FEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 20.58%
G = 45.85%
B = 33.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#72FEBA (or 0x72FEBA) is known color: Aquamarine. HEX triplet: 72, FE and BA. RGB value is (114,254,186). Sum of RGB (Red+Green+Blue) = 114+254+186=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEBA is #8D0145. Grayscale: #CCCCCC. Windows color (decimal): -9240902 or 12254834. OLE color: 12254834.

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

Color convert

RGB 114 254 186 -
CMYK 0.55 0 0.27 0.00
HSL 150.86º 0.99% 0.72% -
HSV(B) 150.86º 0.55% 1% -
XYZ 51.24 78.01 58.81 -
YUV 204.39 117.62 63.53 -
System Red Green Blue C M Y K H S L
Decimal 114 254 186 0.55 0 0.27 0.00 150.86 0.99 0.72
Hex 72 FE BA 37 0 1B 0 97 63 48
Octal 162 376 272 67 0 33 0 227 143 110
Binary 1110010 11111110 10111010 110111 0 11011 0 10010111 1100011 1001000

Color Harmonies of #72FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FEBA

Black with #72FEBA

Text Example


Text Example

White with #72FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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