#7CFBC6

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

Shades of Aquamarine #7CFBC6

Tints of Aquamarine #7CFBC6

Color information

#7CFBC6 (or 0x7CFBC6) is unknown color: approx Aquamarine. HEX triplet: 7C, FB and C6. RGB value is (124,251,198). Sum of RGB (Red+Green+Blue) = 124+251+198=573 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.64% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBC6 is #830439. Grayscale: #CFCFCF. Windows color (decimal): -8586298 or 13040508. OLE color: 13040508.

HSL color Cylindrical-coordinate representation of color #7CFBC6: hue angle of 154.96º 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 #7CFBC6 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB124251198-
CMYK0.5100.210.02
HSL154.96º94.07%73.53%-
HSV(B)154.96º50.6%98.43%-
XYZ5377.3665.56-
YUV206.98122.9268.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.64%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=21.64%
G=43.80%
B=34.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242511980.5100.210.02154.9694.0773.53
Hex7CFBC63301529b5e4a
Octal174373306630252233136112
Binary11111001111101111000110110011010101101001101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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