Html Css Color HEX #77F9C9 Aquamarine

📋 copy color: '#77F9C9'

red 119 ◦ green 249 ◦ blue 201

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

Shades of Aquamarine #77F9C9

Tints of Aquamarine #77F9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 20.91%
G = 43.76%
B = 35.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#77F9C9 (or 0x77F9C9) is known color: Aquamarine. HEX triplet: 77, F9 and C9. RGB value is (119,249,201). Sum of RGB (Red+Green+Blue) = 119+249+201=569 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.91% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9C9 is #880636. Grayscale: #CCCCCC. Windows color (decimal): -8914487 or 13236599. OLE color: 13236599.

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

Color convert

RGB 119 249 201 -
CMYK 0.52 0 0.19 0.02
HSL 157.85º 0.92% 0.72% -
HSV(B) 157.85º 0.52% 0.98% -
XYZ 52.03 75.89 67.16 -
YUV 204.66 125.93 66.9 -
System Red Green Blue C M Y K H S L
Decimal 119 249 201 0.52 0 0.19 0.02 157.85 0.92 0.72
Hex 77 F9 C9 34 0 13 2 9E 5C 48
Octal 167 371 311 64 0 23 2 236 134 110
Binary 1110111 11111001 11001001 110100 0 10011 10 10011110 1011100 1001000

Color Harmonies of #77F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9C9

Black with #77F9C9

Text Example


Text Example

White with #77F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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