#7CF7BC

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

Shades of Aquamarine #7CF7BC

Tints of Aquamarine #7CF7BC

Color information

#7CF7BC (or 0x7CF7BC) is unknown color: approx Aquamarine. HEX triplet: 7C, F7 and BC. RGB value is (124,247,188). Sum of RGB (Red+Green+Blue) = 124+247+188=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #7CF7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF7BC is #830843. Grayscale: #CBCBCB. Windows color (decimal): -8587332 or 12384124. OLE color: 12384124.

HSL color Cylindrical-coordinate representation of color #7CF7BC: hue angle of 151.22º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF7BC is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB124247188-
CMYK0.5000.240.03
HSL151.22º88.49%72.75%-
HSV(B)151.22º49.8%96.86%-
XYZ50.6574.4459.28-
YUV203.5119.2571.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.18%
GREEN value IS 247 (96.88% from 255) = 44.19%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=22.18%
G=44.19%
B=33.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1242471880.5000.240.03151.2288.4972.75
Hex7CF7BC320183975849
Octal174367274620303227130111
Binary11111001111011110111100110010011000111001011110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,247,188); }

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

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

 a { background-color: rgb(124,247,188); }

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

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

 span { border-color: rgb(124,247,188); }

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