Html Css Color HEX #77F9C1 Aquamarine

📋 copy color: '#77F9C1'

red 119 ◦ green 249 ◦ blue 193

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

Shades of Aquamarine #77F9C1

Tints of Aquamarine #77F9C1

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.39%

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 21.21%
G = 44.39%
B = 34.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#77F9C1 (or 0x77F9C1) is known color: Aquamarine. HEX triplet: 77, F9 and C1. RGB value is (119,249,193). Sum of RGB (Red+Green+Blue) = 119+249+193=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9C1 is #88063E. Grayscale: #CBCBCB. Windows color (decimal): -8914495 or 12712311. OLE color: 12712311.

HSL color Cylindrical-coordinate representation of color #77F9C1: hue angle of 154.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9C1 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 249 193 -
CMYK 0.52 0 0.22 0.02
HSL 154.15º 0.92% 0.72% -
HSV(B) 154.15º 0.52% 0.98% -
XYZ 51.11 75.52 62.34 -
YUV 203.75 121.93 67.55 -
System Red Green Blue C M Y K H S L
Decimal 119 249 193 0.52 0 0.22 0.02 154.15 0.92 0.72
Hex 77 F9 C1 34 0 16 2 9A 5C 48
Octal 167 371 301 64 0 26 2 232 134 110
Binary 1110111 11111001 11000001 110100 0 10110 10 10011010 1011100 1001000

Color Harmonies of #77F9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9C1

Black with #77F9C1

Text Example


Text Example

White with #77F9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,249,193); }

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

background-color css

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

 a { background-color: rgb(119,249,193); }

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

border-color css

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

 span { border-color: rgb(119,249,193); }

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