Html Css Color HEX #77F8AB Aquamarine

📋 copy color: '#77F8AB'

red 119 ◦ green 248 ◦ blue 171

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

Shades of Aquamarine #77F8AB

Tints of Aquamarine #77F8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.1%

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 22.12%
G = 46.1%
B = 31.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#77F8AB (or 0x77F8AB) is known color: Aquamarine. HEX triplet: 77, F8 and AB. RGB value is (119,248,171). Sum of RGB (Red+Green+Blue) = 119+248+171=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F8AB is #880754. Grayscale: #C8C8C8. Windows color (decimal): -8914773 or 11270263. OLE color: 11270263.

HSL color Cylindrical-coordinate representation of color #77F8AB: hue angle of 144.19º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8AB is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 248 171 -
CMYK 0.52 0 0.31 0.03
HSL 144.19º 0.9% 0.72% -
HSV(B) 144.19º 0.52% 0.97% -
XYZ 48.53 74 50.25 -
YUV 200.65 111.26 69.76 -
System Red Green Blue C M Y K H S L
Decimal 119 248 171 0.52 0 0.31 0.03 144.19 0.9 0.72
Hex 77 F8 AB 34 0 1F 3 90 5A 48
Octal 167 370 253 64 0 37 3 220 132 110
Binary 1110111 11111000 10101011 110100 0 11111 11 10010000 1011010 1001000

Color Harmonies of #77F8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F8AB

Black with #77F8AB

Text Example


Text Example

White with #77F8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,248,171); }

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

background-color css

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

 a { background-color: rgb(119,248,171); }

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

border-color css

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

 span { border-color: rgb(119,248,171); }

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