Html Css Color HEX #76FCBB Aquamarine

📋 copy color: '#76FCBB'

red 118 ◦ green 252 ◦ blue 187

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

Shades of Aquamarine #76FCBB

Tints of Aquamarine #76FCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.24%

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

R = 21.18%
G = 45.24%
B = 33.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#76FCBB (or 0x76FCBB) is known color: Aquamarine. HEX triplet: 76, FC and BB. RGB value is (118,252,187). Sum of RGB (Red+Green+Blue) = 118+252+187=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCBB is #890344. Grayscale: #CCCCCC. Windows color (decimal): -8979269 or 12319862. OLE color: 12319862.

HSL color Cylindrical-coordinate representation of color #76FCBB: hue angle of 150.9º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FCBB is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 252 187 -
CMYK 0.53 0 0.26 0.01
HSL 150.9º 0.96% 0.73% -
HSV(B) 150.9º 0.53% 0.99% -
XYZ 51.25 77.06 59.19 -
YUV 204.52 118.11 66.29 -
System Red Green Blue C M Y K H S L
Decimal 118 252 187 0.53 0 0.26 0.01 150.9 0.96 0.73
Hex 76 FC BB 35 0 1A 1 97 60 49
Octal 166 374 273 65 0 32 1 227 140 111
Binary 1110110 11111100 10111011 110101 0 11010 1 10010111 1100000 1001001

Color Harmonies of #76FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCBB

Black with #76FCBB

Text Example


Text Example

White with #76FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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