Html Css Color HEX #77CF9F Medium Aquamarine

📋 copy color: '#77CF9F'

red 119 ◦ green 207 ◦ blue 159

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

Shades of Medium Aquamarine #77CF9F

Tints of Medium Aquamarine #77CF9F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 24.54%
G = 42.68%
B = 32.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#77CF9F (or 0x77CF9F) is known color: Medium Aquamarine. HEX triplet: 77, CF and 9F. RGB value is (119,207,159). Sum of RGB (Red+Green+Blue) = 119+207+159=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CF9F is #883060. Grayscale: #AFAFAF. Windows color (decimal): -8925281 or 10473335. OLE color: 10473335.

HSL color Cylindrical-coordinate representation of color #77CF9F: hue angle of 147.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CF9F is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 207 159 -
CMYK 0.43 0 0.23 0.19
HSL 147.27º 0.48% 0.64% -
HSV(B) 147.27º 0.43% 0.81% -
XYZ 36.18 51.05 40.75 -
YUV 175.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 119 207 159 0.43 0 0.23 0.19 147.27 0.48 0.64
Hex 77 CF 9F 2B 0 17 13 93 30 40
Octal 167 317 237 53 0 27 23 223 60 100
Binary 1110111 11001111 10011111 101011 0 10111 10011 10010011 110000 1000000

Color Harmonies of #77CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CF9F

Black with #77CF9F

Text Example


Text Example

White with #77CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,207,159); }

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

background-color css

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

 a { background-color: rgb(119,207,159); }

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

border-color css

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

 span { border-color: rgb(119,207,159); }

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