Html Css Color HEX #77FBBB Aquamarine

📋 copy color: '#77FBBB'

red 119 ◦ green 251 ◦ blue 187

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

Shades of Aquamarine #77FBBB

Tints of Aquamarine #77FBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 21.36%
G = 45.06%
B = 33.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#77FBBB (or 0x77FBBB) is known color: Aquamarine. HEX triplet: 77, FB and BB. RGB value is (119,251,187). Sum of RGB (Red+Green+Blue) = 119+251+187=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBBB is #880444. Grayscale: #CCCCCC. Windows color (decimal): -8913989 or 12319607. OLE color: 12319607.

HSL color Cylindrical-coordinate representation of color #77FBBB: hue angle of 150.91º 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 #77FBBB is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 251 187 -
CMYK 0.53 0 0.25 0.02
HSL 150.91º 0.94% 0.73% -
HSV(B) 150.91º 0.53% 0.98% -
XYZ 51.07 76.5 59.09 -
YUV 204.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 119 251 187 0.53 0 0.25 0.02 150.91 0.94 0.73
Hex 77 FB BB 35 0 19 2 97 5E 49
Octal 167 373 273 65 0 31 2 227 136 111
Binary 1110111 11111011 10111011 110101 0 11001 10 10010111 1011110 1001001

Color Harmonies of #77FBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBBB

Black with #77FBBB

Text Example


Text Example

White with #77FBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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