Html Css Color HEX #76FFB3 Aquamarine

📋 copy color: '#76FFB3'

red 118 ◦ green 255 ◦ blue 179

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

Shades of Aquamarine #76FFB3

Tints of Aquamarine #76FFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.43%

R = 21.38%
G = 46.2%
B = 32.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#76FFB3 (or 0x76FFB3) is known color: Aquamarine. HEX triplet: 76, FF and B3. RGB value is (118,255,179). Sum of RGB (Red+Green+Blue) = 118+255+179=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFB3 is #89004C. Grayscale: #CDCDCD. Windows color (decimal): -8978509 or 11796342. OLE color: 11796342.

HSL color Cylindrical-coordinate representation of color #76FFB3: hue angle of 146.72º 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 #76FFB3 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 179 -
CMYK 0.54 0 0.30 0
HSL 146.72º 1% 0.73% -
HSV(B) 146.72º 0.54% 1% -
XYZ 51.37 78.63 55.12 -
YUV 205.37 113.11 65.68 -
System Red Green Blue C M Y K H S L
Decimal 118 255 179 0.54 0 0.30 0 146.72 1 0.73
Hex 76 FF B3 36 0 1E 0 93 64 49
Octal 166 377 263 66 0 36 0 223 144 111
Binary 1110110 11111111 10110011 110110 0 11110 0 10010011 1100100 1001001

Color Harmonies of #76FFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFB3

Black with #76FFB3

Text Example


Text Example

White with #76FFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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