Html Css Color HEX #77FADB Aquamarine

📋 copy color: '#77FADB'

red 119 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #77FADB

Tints of Aquamarine #77FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 20.24%
G = 42.52%
B = 37.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#77FADB (or 0x77FADB) is known color: Aquamarine. HEX triplet: 77, FA and DB. RGB value is (119,250,219). Sum of RGB (Red+Green+Blue) = 119+250+219=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #77FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FADB is #880524. Grayscale: #CFCFCF. Windows color (decimal): -8914213 or 14416503. OLE color: 14416503.

HSL color Cylindrical-coordinate representation of color #77FADB: hue angle of 165.8º 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 #77FADB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 250 219 -
CMYK 0.52 0 0.12 0.02
HSL 165.8º 0.93% 0.72% -
HSV(B) 165.8º 0.52% 0.98% -
XYZ 54.58 77.41 79.08 -
YUV 207.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 119 250 219 0.52 0 0.12 0.02 165.8 0.93 0.72
Hex 77 FA DB 34 0 C 2 A6 5D 48
Octal 167 372 333 64 0 14 2 246 135 110
Binary 1110111 11111010 11011011 110100 0 1100 10 10100110 1011101 1001000

Color Harmonies of #77FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FADB

Black with #77FADB

Text Example


Text Example

White with #77FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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