Html Css Color HEX #77DEAF Medium Aquamarine

📋 copy color: '#77DEAF'

red 119 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #77DEAF

Tints of Medium Aquamarine #77DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 23.06%
G = 43.02%
B = 33.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#77DEAF (or 0x77DEAF) is known color: Medium Aquamarine. HEX triplet: 77, DE and AF. RGB value is (119,222,175). Sum of RGB (Red+Green+Blue) = 119+222+175=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DEAF is #882150. Grayscale: #B9B9B9. Windows color (decimal): -8921425 or 11525751. OLE color: 11525751.

HSL color Cylindrical-coordinate representation of color #77DEAF: hue angle of 152.62º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DEAF is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 222 175 -
CMYK 0.46 0 0.21 0.13
HSL 152.62º 0.61% 0.67% -
HSV(B) 152.62º 0.46% 0.87% -
XYZ 41.47 59.26 49.81 -
YUV 185.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 119 222 175 0.46 0 0.21 0.13 152.62 0.61 0.67
Hex 77 DE AF 2E 0 15 D 99 3D 43
Octal 167 336 257 56 0 25 15 231 75 103
Binary 1110111 11011110 10101111 101110 0 10101 1101 10011001 111101 1000011

Color Harmonies of #77DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEAF

Black with #77DEAF

Text Example


Text Example

White with #77DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,222,175); }

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

background-color css

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

 a { background-color: rgb(119,222,175); }

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

border-color css

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

 span { border-color: rgb(119,222,175); }

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