Html Css Color HEX #77F4CA Aquamarine

📋 copy color: '#77F4CA'

red 119 ◦ green 244 ◦ blue 202

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

Shades of Aquamarine #77F4CA

Tints of Aquamarine #77F4CA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.19%

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 21.06%
G = 43.19%
B = 35.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#77F4CA (or 0x77F4CA) is known color: Aquamarine. HEX triplet: 77, F4 and CA. RGB value is (119,244,202). Sum of RGB (Red+Green+Blue) = 119+244+202=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #77F4CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F4CA is #880B35. Grayscale: #C9C9C9. Windows color (decimal): -8915766 or 13300855. OLE color: 13300855.

HSL color Cylindrical-coordinate representation of color #77F4CA: hue angle of 159.84º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F4CA is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 244 202 -
CMYK 0.51 0 0.17 0.04
HSL 159.84º 0.85% 0.71% -
HSV(B) 159.84º 0.51% 0.96% -
XYZ 50.62 72.89 67.28 -
YUV 201.84 128.09 68.92 -
System Red Green Blue C M Y K H S L
Decimal 119 244 202 0.51 0 0.17 0.04 159.84 0.85 0.71
Hex 77 F4 CA 33 0 11 4 A0 55 47
Octal 167 364 312 63 0 21 4 240 125 107
Binary 1110111 11110100 11001010 110011 0 10001 100 10100000 1010101 1000111

Color Harmonies of #77F4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F4CA

Black with #77F4CA

Text Example


Text Example

White with #77F4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,244,202); }

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

background-color css

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

 a { background-color: rgb(119,244,202); }

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

border-color css

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

 span { border-color: rgb(119,244,202); }

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