Html Css Color HEX #77FCC1 Aquamarine

📋 copy color: '#77FCC1'

red 119 ◦ green 252 ◦ blue 193

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

Shades of Aquamarine #77FCC1

Tints of Aquamarine #77FCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

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

R = 21.1%
G = 44.68%
B = 34.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#77FCC1 (or 0x77FCC1) is known color: Aquamarine. HEX triplet: 77, FC and C1. RGB value is (119,252,193). Sum of RGB (Red+Green+Blue) = 119+252+193=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCC1 is #88033E. Grayscale: #CDCDCD. Windows color (decimal): -8913727 or 12713079. OLE color: 12713079.

HSL color Cylindrical-coordinate representation of color #77FCC1: hue angle of 153.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FCC1 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 252 193 -
CMYK 0.53 0 0.23 0.01
HSL 153.38º 0.96% 0.73% -
HSV(B) 153.38º 0.53% 0.99% -
XYZ 52.04 77.39 62.65 -
YUV 205.51 120.94 66.3 -
System Red Green Blue C M Y K H S L
Decimal 119 252 193 0.53 0 0.23 0.01 153.38 0.96 0.73
Hex 77 FC C1 35 0 17 1 99 60 49
Octal 167 374 301 65 0 27 1 231 140 111
Binary 1110111 11111100 11000001 110101 0 10111 1 10011001 1100000 1001001

Color Harmonies of #77FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FCC1

Black with #77FCC1

Text Example


Text Example

White with #77FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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