#7cf5dd

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

Shades of Aquamarine #7CF5DD

Tints of Aquamarine #7CF5DD

Color information

#7CF5DD (or 0x7CF5DD) is unknown color: approx Aquamarine. HEX triplet: 7C, F5 and DD. RGB value is (124,245,221). Sum of RGB (Red+Green+Blue) = 124+245+221=590 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.02% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF5DD is #830A22. Grayscale: #CECECE. Windows color (decimal): -8587811 or 14546300. OLE color: 14546300.

HSL color Cylindrical-coordinate representation of color #7CF5DD: hue angle of 168.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF5DD is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB124245221-
CMYK0.4900.100.04
HSL168.1º85.82%72.35%-
HSV(B)168.1º49.39%96.08%-
XYZ54.0274.8180-
YUV206.08136.4169.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.02%
GREEN value IS 245 (96.09% from 255) = 41.53%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=21.02%
G=41.53%
B=37.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242452210.4900.100.04168.185.8272.35
Hex7CF5DD310A4a85648
Octal174365335610124250126110
Binary11111001111010111011101110001010101001010100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf5dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,245,221); }

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

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

 a { background-color: rgb(124,245,221); }

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

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

 span { border-color: rgb(124,245,221); }

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