Html Css Color HEX #77F2DA Aquamarine

📋 copy color: '#77F2DA'

red 119 ◦ green 242 ◦ blue 218

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

Shades of Aquamarine #77F2DA

Tints of Aquamarine #77F2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 20.55%
G = 41.8%
B = 37.65%

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

#77F2DA (or 0x77F2DA) is known color: Aquamarine. HEX triplet: 77, F2 and DA. RGB value is (119,242,218). Sum of RGB (Red+Green+Blue) = 119+242+218=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F2DA is #880D25. Grayscale: #CACACA. Windows color (decimal): -8916262 or 14348919. OLE color: 14348919.

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

Color convert

RGB 119 242 218 -
CMYK 0.51 0 0.10 0.05
HSL 168.29º 0.83% 0.71% -
HSV(B) 168.29º 0.51% 0.95% -
XYZ 52.01 72.49 77.58 -
YUV 202.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 119 242 218 0.51 0 0.10 0.05 168.29 0.83 0.71
Hex 77 F2 DA 33 0 A 5 A8 53 47
Octal 167 362 332 63 0 12 5 250 123 107
Binary 1110111 11110010 11011010 110011 0 1010 101 10101000 1010011 1000111

Color Harmonies of #77F2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F2DA

Black with #77F2DA

Text Example


Text Example

White with #77F2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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