#7CF1CC

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

Shades of Aquamarine #7CF1CC

Tints of Aquamarine #7CF1CC

Color information

#7CF1CC (or 0x7CF1CC) is unknown color: approx Aquamarine. HEX triplet: 7C, F1 and CC. RGB value is (124,241,204). Sum of RGB (Red+Green+Blue) = 124+241+204=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1CC is #830E33. Grayscale: #C9C9C9. Windows color (decimal): -8588852 or 13431164. OLE color: 13431164.

HSL color Cylindrical-coordinate representation of color #7CF1CC: hue angle of 161.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF1CC is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB124241204-
CMYK0.4900.150.05
HSL161.03º80.69%71.57%-
HSV(B)161.03º48.55%94.51%-
XYZ50.6771.5668.27-
YUV201.8129.2472.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.79%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=21.79%
G=42.36%
B=35.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242412040.4900.150.05161.0380.6971.57
Hex7CF1CC310F5a15148
Octal174361314610175241121110
Binary11111001111000111001100110001011111011010000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,241,204); }

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

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

 a { background-color: rgb(124,241,204); }

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

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

 span { border-color: rgb(124,241,204); }

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