#7CF0CB

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

Shades of Aquamarine #7CF0CB

Tints of Aquamarine #7CF0CB

Color information

#7CF0CB (or 0x7CF0CB) is unknown color: approx Aquamarine. HEX triplet: 7C, F0 and CB. RGB value is (124,240,203). Sum of RGB (Red+Green+Blue) = 124+240+203=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF0CB is #830F34. Grayscale: #C9C9C9. Windows color (decimal): -8589109 or 13365372. OLE color: 13365372.

HSL color Cylindrical-coordinate representation of color #7CF0CB: hue angle of 160.86º 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 #7CF0CB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB124240203-
CMYK0.4800.150.06
HSL160.86º79.45%71.37%-
HSV(B)160.86º48.33%94.12%-
XYZ50.2570.9267.54-
YUV201.1129.0773.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.87%
GREEN value IS 240 (94.14% from 255) = 42.33%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=21.87%
G=42.33%
B=35.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242402030.4800.150.06160.8679.4571.37
Hex7CF0CB300F6a14f47
Octal174360313600176241117107
Binary11111001111000011001011110000011111101010000110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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