Html Css Color HEX #77F6BA Aquamarine

📋 copy color: '#77F6BA'

red 119 ◦ green 246 ◦ blue 186

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

Shades of Aquamarine #77F6BA

Tints of Aquamarine #77F6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.65%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 21.6%
G = 44.65%
B = 33.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#77F6BA (or 0x77F6BA) is known color: Aquamarine. HEX triplet: 77, F6 and BA. RGB value is (119,246,186). Sum of RGB (Red+Green+Blue) = 119+246+186=551 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.60% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #77F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F6BA is #880945. Grayscale: #C9C9C9. Windows color (decimal): -8915270 or 12252791. OLE color: 12252791.

HSL color Cylindrical-coordinate representation of color #77F6BA: hue angle of 151.65º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F6BA is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 246 186 -
CMYK 0.52 0 0.24 0.04
HSL 151.65º 0.88% 0.72% -
HSV(B) 151.65º 0.52% 0.96% -
XYZ 49.43 73.38 58.01 -
YUV 201.19 119.42 69.38 -
System Red Green Blue C M Y K H S L
Decimal 119 246 186 0.52 0 0.24 0.04 151.65 0.88 0.72
Hex 77 F6 BA 34 0 18 4 98 58 48
Octal 167 366 272 64 0 30 4 230 130 110
Binary 1110111 11110110 10111010 110100 0 11000 100 10011000 1011000 1001000

Color Harmonies of #77F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F6BA

Black with #77F6BA

Text Example


Text Example

White with #77F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,246,186); }

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

background-color css

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

 a { background-color: rgb(119,246,186); }

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

border-color css

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

 span { border-color: rgb(119,246,186); }

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