#7CEEDD

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

Shades of Aquamarine #7CEEDD

Tints of Aquamarine #7CEEDD

Color information

#7CEEDD (or 0x7CEEDD) is unknown color: approx Aquamarine. HEX triplet: 7C, EE and DD. RGB value is (124,238,221). Sum of RGB (Red+Green+Blue) = 124+238+221=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEEDD is #831122. Grayscale: #C9C9C9. Windows color (decimal): -8589603 or 14544508. OLE color: 14544508.

HSL color Cylindrical-coordinate representation of color #7CEEDD: hue angle of 171.05º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEEDD is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB124238221-
CMYK0.4800.070.07
HSL171.05º77.03%70.98%-
HSV(B)171.05º47.9%93.33%-
XYZ51.9470.6579.31-
YUV201.98138.7372.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.27%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=21.27%
G=40.82%
B=37.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242382210.4800.070.07171.0577.0370.98
Hex7CEEDD30077ab4d47
Octal17435633560077253115107
Binary1111100111011101101110111000001111111010101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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