Html Css Color HEX #77F9BA Aquamarine

📋 copy color: '#77F9BA'

red 119 ◦ green 249 ◦ blue 186

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

Shades of Aquamarine #77F9BA

Tints of Aquamarine #77F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

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

R = 21.48%
G = 44.95%
B = 33.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#77F9BA (or 0x77F9BA) is known color: Aquamarine. HEX triplet: 77, F9 and BA. RGB value is (119,249,186). Sum of RGB (Red+Green+Blue) = 119+249+186=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9BA is #880645. Grayscale: #CBCBCB. Windows color (decimal): -8914502 or 12253559. OLE color: 12253559.

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

Color convert

RGB 119 249 186 -
CMYK 0.52 0 0.25 0.02
HSL 150.92º 0.92% 0.72% -
HSV(B) 150.92º 0.52% 0.98% -
XYZ 50.35 75.22 58.32 -
YUV 202.95 118.43 68.12 -
System Red Green Blue C M Y K H S L
Decimal 119 249 186 0.52 0 0.25 0.02 150.92 0.92 0.72
Hex 77 F9 BA 34 0 19 2 97 5C 48
Octal 167 371 272 64 0 31 2 227 134 110
Binary 1110111 11111001 10111010 110100 0 11001 10 10010111 1011100 1001000

Color Harmonies of #77F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9BA

Black with #77F9BA

Text Example


Text Example

White with #77F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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