Html Css Color HEX #77FAD3 Aquamarine

📋 copy color: '#77FAD3'

red 119 ◦ green 250 ◦ blue 211

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

Shades of Aquamarine #77FAD3

Tints of Aquamarine #77FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.38%

R = 20.52%
G = 43.1%
B = 36.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#77FAD3 (or 0x77FAD3) is known color: Aquamarine. HEX triplet: 77, FA and D3. RGB value is (119,250,211). Sum of RGB (Red+Green+Blue) = 119+250+211=580 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.52% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FAD3 is #88052C. Grayscale: #CECECE. Windows color (decimal): -8914221 or 13892215. OLE color: 13892215.

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

Color convert

RGB 119 250 211 -
CMYK 0.52 0 0.16 0.02
HSL 162.14º 0.93% 0.72% -
HSV(B) 162.14º 0.52% 0.98% -
XYZ 53.55 77 73.67 -
YUV 206.39 130.6 65.67 -
System Red Green Blue C M Y K H S L
Decimal 119 250 211 0.52 0 0.16 0.02 162.14 0.93 0.72
Hex 77 FA D3 34 0 10 2 A2 5D 48
Octal 167 372 323 64 0 20 2 242 135 110
Binary 1110111 11111010 11010011 110100 0 10000 10 10100010 1011101 1001000

Color Harmonies of #77FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAD3

Black with #77FAD3

Text Example


Text Example

White with #77FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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