Html Css Color HEX #77F3BA Aquamarine

📋 copy color: '#77F3BA'

red 119 ◦ green 243 ◦ blue 186

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

Shades of Aquamarine #77F3BA

Tints of Aquamarine #77F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 21.72%
G = 44.34%
B = 33.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#77F3BA (or 0x77F3BA) is known color: Aquamarine. HEX triplet: 77, F3 and BA. RGB value is (119,243,186). Sum of RGB (Red+Green+Blue) = 119+243+186=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #77F3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F3BA is #880C45. Grayscale: #C7C7C7. Windows color (decimal): -8916038 or 12252023. OLE color: 12252023.

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

Color convert

RGB 119 243 186 -
CMYK 0.51 0 0.23 0.05
HSL 152.42º 0.84% 0.71% -
HSV(B) 152.42º 0.51% 0.95% -
XYZ 48.52 71.57 57.71 -
YUV 199.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 119 243 186 0.51 0 0.23 0.05 152.42 0.84 0.71
Hex 77 F3 BA 33 0 17 5 98 54 47
Octal 167 363 272 63 0 27 5 230 124 107
Binary 1110111 11110011 10111010 110011 0 10111 101 10011000 1010100 1000111

Color Harmonies of #77F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F3BA

Black with #77F3BA

Text Example


Text Example

White with #77F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,243,186); }

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

background-color css

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

 a { background-color: rgb(119,243,186); }

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

border-color css

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

 span { border-color: rgb(119,243,186); }

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