Html Css Color HEX #77F7DC Aquamarine

📋 copy color: '#77F7DC'

red 119 ◦ green 247 ◦ blue 220

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

Shades of Aquamarine #77F7DC

Tints of Aquamarine #77F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.15%

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

R = 20.31%
G = 42.15%
B = 37.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#77F7DC (or 0x77F7DC) is known color: Aquamarine. HEX triplet: 77, F7 and DC. RGB value is (119,247,220). Sum of RGB (Red+Green+Blue) = 119+247+220=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F7DC is #880823. Grayscale: #CDCDCD. Windows color (decimal): -8914980 or 14481271. OLE color: 14481271.

HSL color Cylindrical-coordinate representation of color #77F7DC: hue angle of 167.34º degrees, saturation: 0.89, 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 #77F7DC is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 247 220 -
CMYK 0.52 0 0.11 0.03
HSL 167.34º 0.89% 0.72% -
HSV(B) 167.34º 0.52% 0.97% -
XYZ 53.79 75.61 79.47 -
YUV 205.65 136.09 66.2 -
System Red Green Blue C M Y K H S L
Decimal 119 247 220 0.52 0 0.11 0.03 167.34 0.89 0.72
Hex 77 F7 DC 34 0 B 3 A7 59 48
Octal 167 367 334 64 0 13 3 247 131 110
Binary 1110111 11110111 11011100 110100 0 1011 11 10100111 1011001 1001000

Color Harmonies of #77F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F7DC

Black with #77F7DC

Text Example


Text Example

White with #77F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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