Html Css Color HEX #77CFA6 Medium Aquamarine

📋 copy color: '#77CFA6'

red 119 ◦ green 207 ◦ blue 166

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

Shades of Medium Aquamarine #77CFA6

Tints of Medium Aquamarine #77CFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 24.19%
G = 42.07%
B = 33.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#77CFA6 (or 0x77CFA6) is known color: Medium Aquamarine. HEX triplet: 77, CF and A6. RGB value is (119,207,166). Sum of RGB (Red+Green+Blue) = 119+207+166=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFA6 is #883059. Grayscale: #B0B0B0. Windows color (decimal): -8925274 or 10932087. OLE color: 10932087.

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

Color convert

RGB 119 207 166 -
CMYK 0.43 0 0.20 0.19
HSL 152.05º 0.48% 0.64% -
HSV(B) 152.05º 0.43% 0.81% -
XYZ 36.8 51.3 44.04 -
YUV 176.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 119 207 166 0.43 0 0.20 0.19 152.05 0.48 0.64
Hex 77 CF A6 2B 0 14 13 98 30 40
Octal 167 317 246 53 0 24 23 230 60 100
Binary 1110111 11001111 10100110 101011 0 10100 10011 10011000 110000 1000000

Color Harmonies of #77CFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFA6

Black with #77CFA6

Text Example


Text Example

White with #77CFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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