Html Css Color HEX #77FBB7 Aquamarine

📋 copy color: '#77FBB7'

red 119 ◦ green 251 ◦ blue 183

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

Shades of Aquamarine #77FBB7

Tints of Aquamarine #77FBB7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.39%

 BLUE value IS 183 (71.88% from 255) = 33.09%

R = 21.52%
G = 45.39%
B = 33.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#77FBB7 (or 0x77FBB7) is known color: Aquamarine. HEX triplet: 77, FB and B7. RGB value is (119,251,183). Sum of RGB (Red+Green+Blue) = 119+251+183=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBB7 is #880448. Grayscale: #CBCBCB. Windows color (decimal): -8913993 or 12057463. OLE color: 12057463.

HSL color Cylindrical-coordinate representation of color #77FBB7: hue angle of 149.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBB7 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 251 183 -
CMYK 0.53 0 0.27 0.02
HSL 149.09º 0.94% 0.73% -
HSV(B) 149.09º 0.53% 0.98% -
XYZ 50.65 76.34 56.86 -
YUV 203.78 116.27 67.53 -
System Red Green Blue C M Y K H S L
Decimal 119 251 183 0.53 0 0.27 0.02 149.09 0.94 0.73
Hex 77 FB B7 35 0 1B 2 95 5E 49
Octal 167 373 267 65 0 33 2 225 136 111
Binary 1110111 11111011 10110111 110101 0 11011 10 10010101 1011110 1001001

Color Harmonies of #77FBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBB7

Black with #77FBB7

Text Example


Text Example

White with #77FBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,251,183); }

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

background-color css

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

 a { background-color: rgb(119,251,183); }

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

border-color css

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

 span { border-color: rgb(119,251,183); }

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