Html Css Color HEX #77FAC8 Aquamarine

📋 copy color: '#77FAC8'

red 119 ◦ green 250 ◦ blue 200

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

Shades of Aquamarine #77FAC8

Tints of Aquamarine #77FAC8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 20.91%
G = 43.94%
B = 35.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#77FAC8 (or 0x77FAC8) is known color: Aquamarine. HEX triplet: 77, FA and C8. RGB value is (119,250,200). Sum of RGB (Red+Green+Blue) = 119+250+200=569 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.91% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FAC8 is #880537. Grayscale: #CDCDCD. Windows color (decimal): -8914232 or 13171319. OLE color: 13171319.

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

Color convert

RGB 119 250 200 -
CMYK 0.52 0 0.2 0.02
HSL 157.1º 0.93% 0.72% -
HSV(B) 157.1º 0.52% 0.98% -
XYZ 52.22 76.46 66.65 -
YUV 205.13 125.1 66.57 -
System Red Green Blue C M Y K H S L
Decimal 119 250 200 0.52 0 0.2 0.02 157.1 0.93 0.72
Hex 77 FA C8 34 0 14 2 9D 5D 48
Octal 167 372 310 64 0 24 2 235 135 110
Binary 1110111 11111010 11001000 110100 0 10100 10 10011101 1011101 1001000

Color Harmonies of #77FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAC8

Black with #77FAC8

Text Example


Text Example

White with #77FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,250,200); }

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

background-color css

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

 a { background-color: rgb(119,250,200); }

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

border-color css

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

 span { border-color: rgb(119,250,200); }

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