Html Css Color HEX #77FFDE Aquamarine

📋 copy color: '#77FFDE'

red 119 ◦ green 255 ◦ blue 222

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

Shades of Aquamarine #77FFDE

Tints of Aquamarine #77FFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 42.79%

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 19.97%
G = 42.79%
B = 37.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#77FFDE (or 0x77FFDE) is known color: Aquamarine. HEX triplet: 77, FF and DE. RGB value is (119,255,222). Sum of RGB (Red+Green+Blue) = 119+255+222=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFDE is #880021. Grayscale: #D2D2D2. Windows color (decimal): -8912930 or 14614391. OLE color: 14614391.

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

Color convert

RGB 119 255 222 -
CMYK 0.53 0 0.13 0
HSL 165.44º 1% 0.73% -
HSV(B) 165.44º 0.53% 1% -
XYZ 56.55 80.72 81.71 -
YUV 210.57 134.44 62.68 -
System Red Green Blue C M Y K H S L
Decimal 119 255 222 0.53 0 0.13 0 165.44 1 0.73
Hex 77 FF DE 35 0 D 0 A5 64 49
Octal 167 377 336 65 0 15 0 245 144 111
Binary 1110111 11111111 11011110 110101 0 1101 0 10100101 1100100 1001001

Color Harmonies of #77FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FFDE

Black with #77FFDE

Text Example


Text Example

White with #77FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,255,222); }

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

background-color css

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

 a { background-color: rgb(119,255,222); }

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

border-color css

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

 span { border-color: rgb(119,255,222); }

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