Html Css Color HEX #77FBDB Aquamarine

📋 copy color: '#77FBDB'

red 119 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #77FBDB

Tints of Aquamarine #77FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.61%

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

R = 20.2%
G = 42.61%
B = 37.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#77FBDB (or 0x77FBDB) is known color: Aquamarine. HEX triplet: 77, FB and DB. RGB value is (119,251,219). Sum of RGB (Red+Green+Blue) = 119+251+219=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBDB is #880424. Grayscale: #CFCFCF. Windows color (decimal): -8913957 or 14416759. OLE color: 14416759.

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

Color convert

RGB 119 251 219 -
CMYK 0.53 0 0.13 0.02
HSL 165.45º 0.94% 0.73% -
HSV(B) 165.45º 0.53% 0.98% -
XYZ 54.89 78.03 79.19 -
YUV 207.88 134.27 64.6 -
System Red Green Blue C M Y K H S L
Decimal 119 251 219 0.53 0 0.13 0.02 165.45 0.94 0.73
Hex 77 FB DB 35 0 D 2 A5 5E 49
Octal 167 373 333 65 0 15 2 245 136 111
Binary 1110111 11111011 11011011 110101 0 1101 10 10100101 1011110 1001001

Color Harmonies of #77FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBDB

Black with #77FBDB

Text Example


Text Example

White with #77FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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