Html Css Color HEX #77ECDA Aquamarine

📋 copy color: '#77ECDA'

red 119 ◦ green 236 ◦ blue 218

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

Shades of Aquamarine #77ECDA

Tints of Aquamarine #77ECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.19%

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 20.77%
G = 41.19%
B = 38.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#77ECDA (or 0x77ECDA) is known color: Aquamarine. HEX triplet: 77, EC and DA. RGB value is (119,236,218). Sum of RGB (Red+Green+Blue) = 119+236+218=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECDA is #881325. Grayscale: #C6C6C6. Windows color (decimal): -8917798 or 14347383. OLE color: 14347383.

HSL color Cylindrical-coordinate representation of color #77ECDA: hue angle of 170.77º degrees, saturation: 0.75, 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 #77ECDA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 236 218 -
CMYK 0.50 0 0.08 0.07
HSL 170.77º 0.75% 0.7% -
HSV(B) 170.77º 0.5% 0.93% -
XYZ 50.26 68.97 76.99 -
YUV 198.97 138.74 70.96 -
System Red Green Blue C M Y K H S L
Decimal 119 236 218 0.50 0 0.08 0.07 170.77 0.75 0.7
Hex 77 EC DA 32 0 8 7 AB 4B 46
Octal 167 354 332 62 0 10 7 253 113 106
Binary 1110111 11101100 11011010 110010 0 1000 111 10101011 1001011 1000110

Color Harmonies of #77ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECDA

Black with #77ECDA

Text Example


Text Example

White with #77ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,236,218); }

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

background-color css

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

 a { background-color: rgb(119,236,218); }

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

border-color css

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

 span { border-color: rgb(119,236,218); }

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