Html Css Color HEX #77F1CA Aquamarine

📋 copy color: '#77F1CA'

red 119 ◦ green 241 ◦ blue 202

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

Shades of Aquamarine #77F1CA

Tints of Aquamarine #77F1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.88%

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

R = 21.17%
G = 42.88%
B = 35.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#77F1CA (or 0x77F1CA) is known color: Aquamarine. HEX triplet: 77, F1 and CA. RGB value is (119,241,202). Sum of RGB (Red+Green+Blue) = 119+241+202=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1CA is #880E35. Grayscale: #C8C8C8. Windows color (decimal): -8916534 or 13300087. OLE color: 13300087.

HSL color Cylindrical-coordinate representation of color #77F1CA: hue angle of 160.82º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F1CA is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 241 202 -
CMYK 0.51 0 0.16 0.05
HSL 160.82º 0.81% 0.71% -
HSV(B) 160.82º 0.51% 0.95% -
XYZ 49.72 71.1 66.98 -
YUV 200.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 119 241 202 0.51 0 0.16 0.05 160.82 0.81 0.71
Hex 77 F1 CA 33 0 10 5 A1 51 47
Octal 167 361 312 63 0 20 5 241 121 107
Binary 1110111 11110001 11001010 110011 0 10000 101 10100001 1010001 1000111

Color Harmonies of #77F1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F1CA

Black with #77F1CA

Text Example


Text Example

White with #77F1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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