#77CDA8

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

Shades of Medium Aquamarine #77CDA8

Tints of Medium Aquamarine #77CDA8

Color information

#77CDA8 (or 0x77CDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 77, CD and A8. RGB value is (119,205,168). Sum of RGB (Red+Green+Blue) = 119+205+168=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA8 is #883257. Grayscale: #AFAFAF. Windows color (decimal): -8925784 or 11062647. OLE color: 11062647.

HSL color Cylindrical-coordinate representation of color #77CDA8: hue angle of 154.19º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDA8 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB119205168-
CMYK0.4200.180.20
HSL154.19º46.24%63.53%-
HSV(B)154.19º41.95%80.39%-
XYZ36.5150.4144.85-
YUV175.07124.0188.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.19%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=24.19%
G=41.67%
B=34.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192051680.4200.180.20154.1946.2463.53
Hex77CDA82A012149a2e40
Octal167315250520222423256100
Binary1110111110011011010100010101001001010100100110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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