Html Css Color HEX #77FDE2 Aquamarine

📋 copy color: '#77FDE2'

red 119 ◦ green 253 ◦ blue 226

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

Shades of Aquamarine #77FDE2

Tints of Aquamarine #77FDE2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.31%

 BLUE value IS 226 (88.67% from 255) = 37.79%

R = 19.9%
G = 42.31%
B = 37.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#77FDE2 (or 0x77FDE2) is known color: Aquamarine. HEX triplet: 77, FD and E2. RGB value is (119,253,226). Sum of RGB (Red+Green+Blue) = 119+253+226=598 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.90% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FDE2 is #88021D. Grayscale: #D1D1D1. Windows color (decimal): -8913438 or 14876023. OLE color: 14876023.

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

Color convert

RGB 119 253 226 -
CMYK 0.53 0 0.11 0.01
HSL 167.91º 0.97% 0.73% -
HSV(B) 167.91º 0.53% 0.99% -
XYZ 56.46 79.66 84.35 -
YUV 209.86 137.11 63.2 -
System Red Green Blue C M Y K H S L
Decimal 119 253 226 0.53 0 0.11 0.01 167.91 0.97 0.73
Hex 77 FD E2 35 0 B 1 A8 61 49
Octal 167 375 342 65 0 13 1 250 141 111
Binary 1110111 11111101 11100010 110101 0 1011 1 10101000 1100001 1001001

Color Harmonies of #77FDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDE2

Black with #77FDE2

Text Example


Text Example

White with #77FDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,253,226); }

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

background-color css

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

 a { background-color: rgb(119,253,226); }

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

border-color css

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

 span { border-color: rgb(119,253,226); }

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