Html Css Color HEX #76FCBC Aquamarine

📋 copy color: '#76FCBC'

red 118 ◦ green 252 ◦ blue 188

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

Shades of Aquamarine #76FCBC

Tints of Aquamarine #76FCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 21.15%
G = 45.16%
B = 33.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#76FCBC (or 0x76FCBC) is known color: Aquamarine. HEX triplet: 76, FC and BC. RGB value is (118,252,188). Sum of RGB (Red+Green+Blue) = 118+252+188=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCBC is #890343. Grayscale: #CCCCCC. Windows color (decimal): -8979268 or 12385398. OLE color: 12385398.

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

Color convert

RGB 118 252 188 -
CMYK 0.53 0 0.25 0.01
HSL 151.34º 0.96% 0.73% -
HSV(B) 151.34º 0.53% 0.99% -
XYZ 51.36 77.1 59.75 -
YUV 204.64 118.61 66.2 -
System Red Green Blue C M Y K H S L
Decimal 118 252 188 0.53 0 0.25 0.01 151.34 0.96 0.73
Hex 76 FC BC 35 0 19 1 97 60 49
Octal 166 374 274 65 0 31 1 227 140 111
Binary 1110110 11111100 10111100 110101 0 11001 1 10010111 1100000 1001001

Color Harmonies of #76FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCBC

Black with #76FCBC

Text Example


Text Example

White with #76FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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