#7CF9CA

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

Shades of Aquamarine #7CF9CA

Tints of Aquamarine #7CF9CA

Color information

#7CF9CA (or 0x7CF9CA) is unknown color: approx Aquamarine. HEX triplet: 7C, F9 and CA. RGB value is (124,249,202). Sum of RGB (Red+Green+Blue) = 124+249+202=575 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.57% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF9CA is #830635. Grayscale: #CECECE. Windows color (decimal): -8586806 or 13302140. OLE color: 13302140.

HSL color Cylindrical-coordinate representation of color #7CF9CA: hue angle of 157.44º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF9CA is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB124249202-
CMYK0.5000.190.02
HSL157.44º91.24%73.14%-
HSV(B)157.44º50.2%97.65%-
XYZ52.8576.367.82-
YUV206.27125.5969.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.57%
GREEN value IS 249 (97.66% from 255) = 43.30%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=21.57%
G=43.30%
B=35.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242492020.5000.190.02157.4491.2473.14
Hex7CF9CA3201329d5b49
Octal174371312620232235133111
Binary11111001111100111001010110010010011101001110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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