Html Css Color HEX #77CDA1 Medium Aquamarine

📋 copy color: '#77CDA1'

red 119 ◦ green 205 ◦ blue 161

#77CDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #77CDA1

Tints of Medium Aquamarine #77CDA1

RGB

 RED value IS 119 (46.88% from 255) = 24.54%

 GREEN value IS 205 (80.47% from 255) = 42.27%

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 24.54%
G = 42.27%
B = 33.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#77CDA1 (or 0x77CDA1) is known color: Medium Aquamarine. HEX triplet: 77, CD and A1. RGB value is (119,205,161). Sum of RGB (Red+Green+Blue) = 119+205+161=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA1 is #88325E. Grayscale: #AEAEAE. Windows color (decimal): -8925791 or 10603895. OLE color: 10603895.

HSL color Cylindrical-coordinate representation of color #77CDA1: hue angle of 149.3º 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 #77CDA1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 161 -
CMYK 0.42 0 0.21 0.20
HSL 149.3º 0.46% 0.64% -
HSV(B) 149.3º 0.42% 0.8% -
XYZ 35.87 50.16 41.51 -
YUV 174.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 119 205 161 0.42 0 0.21 0.20 149.3 0.46 0.64
Hex 77 CD A1 2A 0 15 14 95 2E 40
Octal 167 315 241 52 0 25 24 225 56 100
Binary 1110111 11001101 10100001 101010 0 10101 10100 10010101 101110 1000000

Color Harmonies of #77CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDA1

Black with #77CDA1

Text Example


Text Example

White with #77CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77CDA1;
 }
 .AnyTagClassName
 {
   color: #77CDA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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