Html Css Color HEX #77CDAB Medium Aquamarine

📋 copy color: '#77CDAB'

red 119 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #77CDAB

Tints of Medium Aquamarine #77CDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 24.04%
G = 41.41%
B = 34.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#77CDAB (or 0x77CDAB) is known color: Medium Aquamarine. HEX triplet: 77, CD and AB. RGB value is (119,205,171). Sum of RGB (Red+Green+Blue) = 119+205+171=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDAB is #883254. Grayscale: #AFAFAF. Windows color (decimal): -8925781 or 11259255. OLE color: 11259255.

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

Color convert

RGB 119 205 171 -
CMYK 0.42 0 0.17 0.20
HSL 156.28º 0.46% 0.64% -
HSV(B) 156.28º 0.42% 0.8% -
XYZ 36.79 50.52 46.34 -
YUV 175.41 125.51 87.76 -
System Red Green Blue C M Y K H S L
Decimal 119 205 171 0.42 0 0.17 0.20 156.28 0.46 0.64
Hex 77 CD AB 2A 0 11 14 9C 2E 40
Octal 167 315 253 52 0 21 24 234 56 100
Binary 1110111 11001101 10101011 101010 0 10001 10100 10011100 101110 1000000

Color Harmonies of #77CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDAB

Black with #77CDAB

Text Example


Text Example

White with #77CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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