#7CF0CA

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

Shades of Aquamarine #7CF0CA

Tints of Aquamarine #7CF0CA

Color information

#7CF0CA (or 0x7CF0CA) is unknown color: approx Aquamarine. HEX triplet: 7C, F0 and CA. RGB value is (124,240,202). Sum of RGB (Red+Green+Blue) = 124+240+202=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF0CA is #830F35. Grayscale: #C9C9C9. Windows color (decimal): -8589110 or 13299836. OLE color: 13299836.

HSL color Cylindrical-coordinate representation of color #7CF0CA: hue angle of 160.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF0CA is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB124240202-
CMYK0.4800.160.06
HSL160.34º79.45%71.37%-
HSV(B)160.34º48.33%94.12%-
XYZ50.1370.8766.91-
YUV200.98128.5773.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.91%
GREEN value IS 240 (94.14% from 255) = 42.40%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=21.91%
G=42.40%
B=35.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242402020.4800.160.06160.3479.4571.37
Hex7CF0CA300106a04f47
Octal174360312600206240117107
Binary111110011110000110010101100000100001101010000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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