Html Css Color HEX #77FCD3 Aquamarine

📋 copy color: '#77FCD3'

red 119 ◦ green 252 ◦ blue 211

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

Shades of Aquamarine #77FCD3

Tints of Aquamarine #77FCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.25%

R = 20.45%
G = 43.3%
B = 36.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#77FCD3 (or 0x77FCD3) is known color: Aquamarine. HEX triplet: 77, FC and D3. RGB value is (119,252,211). Sum of RGB (Red+Green+Blue) = 119+252+211=582 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.45% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCD3 is #88032C. Grayscale: #CFCFCF. Windows color (decimal): -8913709 or 13892727. OLE color: 13892727.

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

Color convert

RGB 119 252 211 -
CMYK 0.53 0 0.16 0.01
HSL 161.5º 0.96% 0.73% -
HSV(B) 161.5º 0.53% 0.99% -
XYZ 54.18 78.25 73.88 -
YUV 207.56 129.94 64.83 -
System Red Green Blue C M Y K H S L
Decimal 119 252 211 0.53 0 0.16 0.01 161.5 0.96 0.73
Hex 77 FC D3 35 0 10 1 A2 60 49
Octal 167 374 323 65 0 20 1 242 140 111
Binary 1110111 11111100 11010011 110101 0 10000 1 10100010 1100000 1001001

Color Harmonies of #77FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FCD3

Black with #77FCD3

Text Example


Text Example

White with #77FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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