Html Css Color HEX #77FBDC Aquamarine

📋 copy color: '#77FBDC'

red 119 ◦ green 251 ◦ blue 220

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

Shades of Aquamarine #77FBDC

Tints of Aquamarine #77FBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 20.17%
G = 42.54%
B = 37.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#77FBDC (or 0x77FBDC) is known color: Aquamarine. HEX triplet: 77, FB and DC. RGB value is (119,251,220). Sum of RGB (Red+Green+Blue) = 119+251+220=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBDC is #880423. Grayscale: #CFCFCF. Windows color (decimal): -8913956 or 14482295. OLE color: 14482295.

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

Color convert

RGB 119 251 220 -
CMYK 0.53 0 0.12 0.02
HSL 165.91º 0.94% 0.73% -
HSV(B) 165.91º 0.53% 0.98% -
XYZ 55.02 78.08 79.88 -
YUV 208 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 119 251 220 0.53 0 0.12 0.02 165.91 0.94 0.73
Hex 77 FB DC 35 0 C 2 A6 5E 49
Octal 167 373 334 65 0 14 2 246 136 111
Binary 1110111 11111011 11011100 110101 0 1100 10 10100110 1011110 1001001

Color Harmonies of #77FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBDC

Black with #77FBDC

Text Example


Text Example

White with #77FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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