#7CFDCA

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

Shades of Aquamarine #7CFDCA

Tints of Aquamarine #7CFDCA

Color information

#7CFDCA (or 0x7CFDCA) is unknown color: approx Aquamarine. HEX triplet: 7C, FD and CA. RGB value is (124,253,202). Sum of RGB (Red+Green+Blue) = 124+253+202=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFDCA is #830235. Grayscale: #D0D0D0. Windows color (decimal): -8585782 or 13303164. OLE color: 13303164.

HSL color Cylindrical-coordinate representation of color #7CFDCA: hue angle of 156.28º degrees, saturation: 0.97, 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 #7CFDCA is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB124253202-
CMYK0.5100.200.01
HSL156.28º96.99%73.92%-
HSV(B)156.28º50.99%99.22%-
XYZ54.178.868.24-
YUV208.61124.2667.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.42%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=21.42%
G=43.70%
B=34.89%

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
Decimal1242532020.5100.200.01156.2896.9973.92
Hex7CFDCA3301419c614a
Octal174375312630241234141112
Binary1111100111111011100101011001101010011001110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,253,202); }

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

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

 a { background-color: rgb(124,253,202); }

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

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

 span { border-color: rgb(124,253,202); }

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