#77F7DD

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

Shades of Aquamarine #77F7DD

Tints of Aquamarine #77F7DD

Color information

#77F7DD (or 0x77F7DD) is unknown color: approx Aquamarine. HEX triplet: 77, F7 and DD. RGB value is (119,247,221). Sum of RGB (Red+Green+Blue) = 119+247+221=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F7DD is #880822. Grayscale: #CDCDCD. Windows color (decimal): -8914979 or 14546807. OLE color: 14546807.

HSL color Cylindrical-coordinate representation of color #77F7DD: hue angle of 167.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F7DD is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB119247221-
CMYK0.5200.110.03
HSL167.81º88.89%71.76%-
HSV(B)167.81º51.82%96.86%-
XYZ53.9275.6680.17-
YUV205.76136.5966.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.27%
GREEN value IS 247 (96.88% from 255) = 42.08%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=20.27%
G=42.08%
B=37.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192472210.5200.110.03167.8188.8971.76
Hex77F7DD340B3a85948
Octal167367335640133250131110
Binary1110111111101111101110111010001011111010100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77F7DD; }

 p { color: rgb(119,247,221); }

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

<style>
 a { background-color: #77F7DD; }

 a { background-color: rgb(119,247,221); }

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

<style>
 span { border-color: #77F7DD; }

 span { border-color: rgb(119,247,221); }

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