Html Css Color HEX #77FACB Aquamarine

📋 copy color: '#77FACB'

red 119 ◦ green 250 ◦ blue 203

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

Shades of Aquamarine #77FACB

Tints of Aquamarine #77FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 20.8%
G = 43.71%
B = 35.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#77FACB (or 0x77FACB) is known color: Aquamarine. HEX triplet: 77, FA and CB. RGB value is (119,250,203). Sum of RGB (Red+Green+Blue) = 119+250+203=572 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.80% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #77FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FACB is #880534. Grayscale: #CDCDCD. Windows color (decimal): -8914229 or 13367927. OLE color: 13367927.

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

Color convert

RGB 119 250 203 -
CMYK 0.52 0 0.19 0.02
HSL 158.47º 0.93% 0.72% -
HSV(B) 158.47º 0.52% 0.98% -
XYZ 52.57 76.6 68.52 -
YUV 205.47 126.6 66.32 -
System Red Green Blue C M Y K H S L
Decimal 119 250 203 0.52 0 0.19 0.02 158.47 0.93 0.72
Hex 77 FA CB 34 0 13 2 9E 5D 48
Octal 167 372 313 64 0 23 2 236 135 110
Binary 1110111 11111010 11001011 110100 0 10011 10 10011110 1011101 1001000

Color Harmonies of #77FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FACB

Black with #77FACB

Text Example


Text Example

White with #77FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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