Html Css Color HEX #77CDAC Medium Aquamarine

📋 copy color: '#77CDAC'

red 119 ◦ green 205 ◦ blue 172

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

Shades of Medium Aquamarine #77CDAC

Tints of Medium Aquamarine #77CDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 23.99%
G = 41.33%
B = 34.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#77CDAC (or 0x77CDAC) is known color: Medium Aquamarine. HEX triplet: 77, CD and AC. RGB value is (119,205,172). Sum of RGB (Red+Green+Blue) = 119+205+172=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDAC is #883253. Grayscale: #AFAFAF. Windows color (decimal): -8925780 or 11324791. OLE color: 11324791.

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

Color convert

RGB 119 205 172 -
CMYK 0.42 0 0.16 0.20
HSL 156.98º 0.46% 0.64% -
HSV(B) 156.98º 0.42% 0.8% -
XYZ 36.89 50.56 46.85 -
YUV 175.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 119 205 172 0.42 0 0.16 0.20 156.98 0.46 0.64
Hex 77 CD AC 2A 0 10 14 9D 2E 40
Octal 167 315 254 52 0 20 24 235 56 100
Binary 1110111 11001101 10101100 101010 0 10000 10100 10011101 101110 1000000

Color Harmonies of #77CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDAC

Black with #77CDAC

Text Example


Text Example

White with #77CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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