#7CFFB8

Color #7CFFB8 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7CFFB8

Tints of Aquamarine #7CFFB8

Color information

#7CFFB8 (or 0x7CFFB8) is unknown color: approx Aquamarine. HEX triplet: 7C, FF and B8. RGB value is (124,255,184). Sum of RGB (Red+Green+Blue) = 124+255+184=563 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.02% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFB8 is #830047. Grayscale: #CFCFCF. Windows color (decimal): -8585288 or 12124028. OLE color: 12124028.

HSL color Cylindrical-coordinate representation of color #7CFFB8: hue angle of 147.48º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFB8 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB124255184-
CMYK0.5100.280
HSL147.48º100%74.31%-
HSV(B)147.48º51.37%100%-
XYZ52.7279.2757.87-
YUV207.74114.668.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.02%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=22.02%
G=45.29%
B=32.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242551840.5100.280147.4810074.31
Hex7CFFB83301C093644a
Octal174377270630340223144112
Binary1111100111111111011100011001101110001001001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,255,184); }

 H1.HeaderClassName
 {
   color: #7CFFB8;
 }
 .AnyTagClassName
 {
   color: #7CFFB8;
 }
</style>
background-color css

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

 a { background-color: rgb(124,255,184); }

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

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

 span { border-color: rgb(124,255,184); }

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