Html Css Color HEX #76FFB5 Aquamarine

📋 copy color: '#76FFB5'

red 118 ◦ green 255 ◦ blue 181

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

Shades of Aquamarine #76FFB5

Tints of Aquamarine #76FFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 21.3%
G = 46.03%
B = 32.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#76FFB5 (or 0x76FFB5) is known color: Aquamarine. HEX triplet: 76, FF and B5. RGB value is (118,255,181). Sum of RGB (Red+Green+Blue) = 118+255+181=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFB5 is #89004A. Grayscale: #CDCDCD. Windows color (decimal): -8978507 or 11927414. OLE color: 11927414.

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

Color convert

RGB 118 255 181 -
CMYK 0.54 0 0.29 0
HSL 147.59º 1% 0.73% -
HSV(B) 147.59º 0.54% 1% -
XYZ 51.57 78.71 56.19 -
YUV 205.6 114.11 65.52 -
System Red Green Blue C M Y K H S L
Decimal 118 255 181 0.54 0 0.29 0 147.59 1 0.73
Hex 76 FF B5 36 0 1D 0 94 64 49
Octal 166 377 265 66 0 35 0 224 144 111
Binary 1110110 11111111 10110101 110110 0 11101 0 10010100 1100100 1001001

Color Harmonies of #76FFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFB5

Black with #76FFB5

Text Example


Text Example

White with #76FFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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