Html Css Color HEX #7CFAB1 Aquamarine

📋 copy color: '#7CFAB1'

red 124 ◦ green 250 ◦ blue 177

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

Shades of Aquamarine #7CFAB1

Tints of Aquamarine #7CFAB1

RGB

 RED value IS 124 (48.83% from 255) = 22.5%

 GREEN value IS 250 (98.05% from 255) = 45.37%

 BLUE value IS 177 (69.53% from 255) = 32.12%

R = 22.5%
G = 45.37%
B = 32.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#7CFAB1 (or 0x7CFAB1) is known color: Aquamarine. HEX triplet: 7C, FA and B1. RGB value is (124,250,177). Sum of RGB (Red+Green+Blue) = 124+250+177=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFAB1 is #83054E. Grayscale: #CCCCCC. Windows color (decimal): -8586575 or 11663996. OLE color: 11663996.

HSL color Cylindrical-coordinate representation of color #7CFAB1: hue angle of 145.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFAB1 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 250 177 -
CMYK 0.50 0 0.29 0.02
HSL 145.24º 0.93% 0.73% -
HSV(B) 145.24º 0.5% 0.98% -
XYZ 50.43 75.83 53.57 -
YUV 204 112.76 70.94 -
System Red Green Blue C M Y K H S L
Decimal 124 250 177 0.50 0 0.29 0.02 145.24 0.93 0.73
Hex 7C FA B1 32 0 1D 2 91 5D 49
Octal 174 372 261 62 0 35 2 221 135 111
Binary 1111100 11111010 10110001 110010 0 11101 10 10010001 1011101 1001001

Color Harmonies of #7CFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFAB1

Black with #7CFAB1

Text Example


Text Example

White with #7CFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CFAB1; }

 p { color: rgb(124,250,177); }

 H1.HeaderClassName
 {
   color: #7CFAB1;
 }
 .AnyTagClassName
 {
   color: #7CFAB1;
 }
</style>

background-color css

<style>
 a { background-color: #7CFAB1; }

 a { background-color: rgb(124,250,177); }

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

border-color css

<style>
 span { border-color: #7CFAB1; }

 span { border-color: rgb(124,250,177); }

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