#77F6CD

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

Shades of Aquamarine #77F6CD

Tints of Aquamarine #77F6CD

Color information

#77F6CD (or 0x77F6CD) is unknown color: approx Aquamarine. HEX triplet: 77, F6 and CD. RGB value is (119,246,205). Sum of RGB (Red+Green+Blue) = 119+246+205=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #77F6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F6CD is #880932. Grayscale: #CBCBCB. Windows color (decimal): -8915251 or 13497975. OLE color: 13497975.

HSL color Cylindrical-coordinate representation of color #77F6CD: hue angle of 160.63º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F6CD is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB119246205-
CMYK0.5200.170.04
HSL160.63º87.59%71.57%-
HSV(B)160.63º51.63%96.47%-
XYZ51.5874.2469.37-
YUV203.35128.9267.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.88%
GREEN value IS 246 (96.48% from 255) = 43.16%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=20.88%
G=43.16%
B=35.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192462050.5200.170.04160.6387.5971.57
Hex77F6CD340114a15848
Octal167366315640214241130110
Binary111011111110110110011011101000100011001010000110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,246,205); }

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

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

 a { background-color: rgb(119,246,205); }

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

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

 span { border-color: rgb(119,246,205); }

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