#7CFBCE

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

Shades of Aquamarine #7CFBCE

Tints of Aquamarine #7CFBCE

Color information

#7CFBCE (or 0x7CFBCE) is unknown color: approx Aquamarine. HEX triplet: 7C, FB and CE. RGB value is (124,251,206). Sum of RGB (Red+Green+Blue) = 124+251+206=581 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.34% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBCE is #830431. Grayscale: #CFCFCF. Windows color (decimal): -8586290 or 13564796. OLE color: 13564796.

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

Color convert

RGB124251206-
CMYK0.5100.180.02
HSL158.74º94.07%73.53%-
HSV(B)158.74º50.6%98.43%-
XYZ53.9577.7470.55-
YUV207.9126.9268.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.34%
GREEN value IS 251 (98.44% from 255) = 43.20%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=21.34%
G=43.20%
B=35.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242512060.5100.180.02158.7494.0773.53
Hex7CFBCE3301229f5e4a
Octal174373316630222237136112
Binary11111001111101111001110110011010010101001111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,251,206); }

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

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

 a { background-color: rgb(124,251,206); }

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

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

 span { border-color: rgb(124,251,206); }

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