Html Css Color HEX #76FFBB Aquamarine

📋 copy color: '#76FFBB'

red 118 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #76FFBB

Tints of Aquamarine #76FFBB

RGB

 RED value IS 118 (46.48% from 255) = 21.07%

 GREEN value IS 255 (100% from 255) = 45.54%

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

R = 21.07%
G = 45.54%
B = 33.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#76FFBB (or 0x76FFBB) is known color: Aquamarine. HEX triplet: 76, FF and BB. RGB value is (118,255,187). Sum of RGB (Red+Green+Blue) = 118+255+187=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFBB is #890044. Grayscale: #CECECE. Windows color (decimal): -8978501 or 12320630. OLE color: 12320630.

HSL color Cylindrical-coordinate representation of color #76FFBB: hue angle of 150.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFBB is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 187 -
CMYK 0.54 0 0.27 0
HSL 150.22º 1% 0.73% -
HSV(B) 150.22º 0.54% 1% -
XYZ 52.2 78.96 59.5 -
YUV 206.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 118 255 187 0.54 0 0.27 0 150.22 1 0.73
Hex 76 FF BB 36 0 1B 0 96 64 49
Octal 166 377 273 66 0 33 0 226 144 111
Binary 1110110 11111111 10111011 110110 0 11011 0 10010110 1100100 1001001

Color Harmonies of #76FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFBB

Black with #76FFBB

Text Example


Text Example

White with #76FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76FFBB; }

 p { color: rgb(118,255,187); }

 H1.HeaderClassName
 {
   color: #76FFBB;
 }
 .AnyTagClassName
 {
   color: #76FFBB;
 }
</style>

background-color css

<style>
 a { background-color: #76FFBB; }

 a { background-color: rgb(118,255,187); }

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

border-color css

<style>
 span { border-color: #76FFBB; }

 span { border-color: rgb(118,255,187); }

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