Html Css Color HEX #77FCCC Aquamarine

📋 copy color: '#77FCCC'

red 119 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #77FCCC

Tints of Aquamarine #77FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 20.7%
G = 43.83%
B = 35.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#77FCCC (or 0x77FCCC) is known color: Aquamarine. HEX triplet: 77, FC and CC. RGB value is (119,252,204). Sum of RGB (Red+Green+Blue) = 119+252+204=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCCC is #880333. Grayscale: #CECECE. Windows color (decimal): -8913716 or 13433975. OLE color: 13433975.

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

Color convert

RGB 119 252 204 -
CMYK 0.53 0 0.19 0.01
HSL 158.35º 0.96% 0.73% -
HSV(B) 158.35º 0.53% 0.99% -
XYZ 53.32 77.9 69.35 -
YUV 206.76 126.44 65.4 -
System Red Green Blue C M Y K H S L
Decimal 119 252 204 0.53 0 0.19 0.01 158.35 0.96 0.73
Hex 77 FC CC 35 0 13 1 9E 60 49
Octal 167 374 314 65 0 23 1 236 140 111
Binary 1110111 11111100 11001100 110101 0 10011 1 10011110 1100000 1001001

Color Harmonies of #77FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FCCC

Black with #77FCCC

Text Example


Text Example

White with #77FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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