#7CFCC9

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

Shades of Aquamarine #7CFCC9

Tints of Aquamarine #7CFCC9

Color information

#7CFCC9 (or 0x7CFCC9) is unknown color: approx Aquamarine. HEX triplet: 7C, FC and C9. RGB value is (124,252,201). Sum of RGB (Red+Green+Blue) = 124+252+201=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCC9 is #830336. Grayscale: #CFCFCF. Windows color (decimal): -8586039 or 13237372. OLE color: 13237372.

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

Color convert

RGB124252201-
CMYK0.5100.200.01
HSL156.09º95.52%73.73%-
HSV(B)156.09º50.79%98.82%-
XYZ53.6778.1267.51-
YUV207.91124.0968.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.49%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=21.49%
G=43.67%
B=34.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242522010.5100.200.01156.0995.5273.73
Hex7CFCC93301419c604a
Octal174374311630241234140112
Binary1111100111111001100100111001101010011001110011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,252,201); }

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

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

 a { background-color: rgb(124,252,201); }

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

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

 span { border-color: rgb(124,252,201); }

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