Html Css Color HEX #77EECB Aquamarine

📋 copy color: '#77EECB'

red 119 ◦ green 238 ◦ blue 203

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

Shades of Aquamarine #77EECB

Tints of Aquamarine #77EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.5%

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

R = 21.25%
G = 42.5%
B = 36.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#77EECB (or 0x77EECB) is known color: Aquamarine. HEX triplet: 77, EE and CB. RGB value is (119,238,203). Sum of RGB (Red+Green+Blue) = 119+238+203=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #77EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EECB is #881134. Grayscale: #C6C6C6. Windows color (decimal): -8917301 or 13364855. OLE color: 13364855.

HSL color Cylindrical-coordinate representation of color #77EECB: hue angle of 162.35º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EECB is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 238 203 -
CMYK 0.50 0 0.15 0.07
HSL 162.35º 0.78% 0.7% -
HSV(B) 162.35º 0.5% 0.93% -
XYZ 48.96 69.38 67.31 -
YUV 198.43 130.58 71.35 -
System Red Green Blue C M Y K H S L
Decimal 119 238 203 0.50 0 0.15 0.07 162.35 0.78 0.7
Hex 77 EE CB 32 0 F 7 A2 4E 46
Octal 167 356 313 62 0 17 7 242 116 106
Binary 1110111 11101110 11001011 110010 0 1111 111 10100010 1001110 1000110

Color Harmonies of #77EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EECB

Black with #77EECB

Text Example


Text Example

White with #77EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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