Html Css Color HEX #77FAE2 Aquamarine

📋 copy color: '#77FAE2'

red 119 ◦ green 250 ◦ blue 226

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

Shades of Aquamarine #77FAE2

Tints of Aquamarine #77FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.02%

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

R = 20%
G = 42.02%
B = 37.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#77FAE2 (or 0x77FAE2) is known color: Aquamarine. HEX triplet: 77, FA and E2. RGB value is (119,250,226). Sum of RGB (Red+Green+Blue) = 119+250+226=595 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FAE2 is #88051D. Grayscale: #D0D0D0. Windows color (decimal): -8914206 or 14875255. OLE color: 14875255.

HSL color Cylindrical-coordinate representation of color #77FAE2: hue angle of 169.01º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FAE2 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 250 226 -
CMYK 0.52 0 0.10 0.02
HSL 169.01º 0.93% 0.72% -
HSV(B) 169.01º 0.52% 0.98% -
XYZ 55.52 77.78 84.04 -
YUV 208.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 119 250 226 0.52 0 0.10 0.02 169.01 0.93 0.72
Hex 77 FA E2 34 0 A 2 A9 5D 48
Octal 167 372 342 64 0 12 2 251 135 110
Binary 1110111 11111010 11100010 110100 0 1010 10 10101001 1011101 1001000

Color Harmonies of #77FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAE2

Black with #77FAE2

Text Example


Text Example

White with #77FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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