Html Css Color HEX #77F1DA Aquamarine

📋 copy color: '#77F1DA'

red 119 ◦ green 241 ◦ blue 218

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

Shades of Aquamarine #77F1DA

Tints of Aquamarine #77F1DA

RGB

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

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

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

R = 20.59%
G = 41.7%
B = 37.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#77F1DA (or 0x77F1DA) is known color: Aquamarine. HEX triplet: 77, F1 and DA. RGB value is (119,241,218). Sum of RGB (Red+Green+Blue) = 119+241+218=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1DA is #880E25. Grayscale: #C9C9C9. Windows color (decimal): -8916518 or 14348663. OLE color: 14348663.

HSL color Cylindrical-coordinate representation of color #77F1DA: hue angle of 168.69º 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 #77F1DA is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 241 218 -
CMYK 0.51 0 0.10 0.05
HSL 168.69º 0.81% 0.71% -
HSV(B) 168.69º 0.51% 0.95% -
XYZ 51.72 71.89 77.48 -
YUV 201.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 119 241 218 0.51 0 0.10 0.05 168.69 0.81 0.71
Hex 77 F1 DA 33 0 A 5 A9 51 47
Octal 167 361 332 63 0 12 5 251 121 107
Binary 1110111 11110001 11011010 110011 0 1010 101 10101001 1010001 1000111

Color Harmonies of #77F1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F1DA

Black with #77F1DA

Text Example


Text Example

White with #77F1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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