Html Css Color HEX #77FCC0 Aquamarine

📋 copy color: '#77FCC0'

red 119 ◦ green 252 ◦ blue 192

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

Shades of Aquamarine #77FCC0

Tints of Aquamarine #77FCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 21.14%
G = 44.76%
B = 34.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#77FCC0 (or 0x77FCC0) is known color: Aquamarine. HEX triplet: 77, FC and C0. RGB value is (119,252,192). Sum of RGB (Red+Green+Blue) = 119+252+192=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCC0 is #88033F. Grayscale: #CDCDCD. Windows color (decimal): -8913728 or 12647543. OLE color: 12647543.

HSL color Cylindrical-coordinate representation of color #77FCC0: hue angle of 152.93º 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 #77FCC0 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 252 192 -
CMYK 0.53 0 0.24 0.01
HSL 152.93º 0.96% 0.73% -
HSV(B) 152.93º 0.53% 0.99% -
XYZ 51.93 77.35 62.06 -
YUV 205.39 120.44 66.38 -
System Red Green Blue C M Y K H S L
Decimal 119 252 192 0.53 0 0.24 0.01 152.93 0.96 0.73
Hex 77 FC C0 35 0 18 1 99 60 49
Octal 167 374 300 65 0 30 1 231 140 111
Binary 1110111 11111100 11000000 110101 0 11000 1 10011001 1100000 1001001

Color Harmonies of #77FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FCC0

Black with #77FCC0

Text Example


Text Example

White with #77FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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