Html Css Color HEX #77EBC1 Aquamarine

📋 copy color: '#77EBC1'

red 119 ◦ green 235 ◦ blue 193

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

Shades of Aquamarine #77EBC1

Tints of Aquamarine #77EBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 21.76%
G = 42.96%
B = 35.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#77EBC1 (or 0x77EBC1) is known color: Aquamarine. HEX triplet: 77, EB and C1. RGB value is (119,235,193). Sum of RGB (Red+Green+Blue) = 119+235+193=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EBC1 is #88143E. Grayscale: #C3C3C3. Windows color (decimal): -8918079 or 12708727. OLE color: 12708727.

HSL color Cylindrical-coordinate representation of color #77EBC1: hue angle of 158.28º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EBC1 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 235 193 -
CMYK 0.49 0 0.18 0.08
HSL 158.28º 0.74% 0.69% -
HSV(B) 158.28º 0.49% 0.92% -
XYZ 46.94 67.19 60.95 -
YUV 195.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 119 235 193 0.49 0 0.18 0.08 158.28 0.74 0.69
Hex 77 EB C1 31 0 12 8 9E 4A 45
Octal 167 353 301 61 0 22 10 236 112 105
Binary 1110111 11101011 11000001 110001 0 10010 1000 10011110 1001010 1000101

Color Harmonies of #77EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EBC1

Black with #77EBC1

Text Example


Text Example

White with #77EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,235,193); }

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

background-color css

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

 a { background-color: rgb(119,235,193); }

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

border-color css

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

 span { border-color: rgb(119,235,193); }

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