Html Css Color HEX #77FACC Aquamarine

📋 copy color: '#77FACC'

red 119 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #77FACC

Tints of Aquamarine #77FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 20.77%
G = 43.63%
B = 35.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#77FACC (or 0x77FACC) is known color: Aquamarine. HEX triplet: 77, FA and CC. RGB value is (119,250,204). Sum of RGB (Red+Green+Blue) = 119+250+204=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #77FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FACC is #880533. Grayscale: #CDCDCD. Windows color (decimal): -8914228 or 13433463. OLE color: 13433463.

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

Color convert

RGB 119 250 204 -
CMYK 0.52 0 0.18 0.02
HSL 158.93º 0.93% 0.72% -
HSV(B) 158.93º 0.52% 0.98% -
XYZ 52.69 76.65 69.15 -
YUV 205.59 127.1 66.24 -
System Red Green Blue C M Y K H S L
Decimal 119 250 204 0.52 0 0.18 0.02 158.93 0.93 0.72
Hex 77 FA CC 34 0 12 2 9F 5D 48
Octal 167 372 314 64 0 22 2 237 135 110
Binary 1110111 11111010 11001100 110100 0 10010 10 10011111 1011101 1001000

Color Harmonies of #77FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FACC

Black with #77FACC

Text Example


Text Example

White with #77FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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