Html Css Color HEX #76DAB1 Medium Aquamarine

📋 copy color: '#76DAB1'

red 118 ◦ green 218 ◦ blue 177

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

Shades of Medium Aquamarine #76DAB1

Tints of Medium Aquamarine #76DAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 23%
G = 42.5%
B = 34.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#76DAB1 (or 0x76DAB1) is known color: Medium Aquamarine. HEX triplet: 76, DA and B1. RGB value is (118,218,177). Sum of RGB (Red+Green+Blue) = 118+218+177=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DAB1 is #89254E. Grayscale: #B7B7B7. Windows color (decimal): -8987983 or 11655798. OLE color: 11655798.

HSL color Cylindrical-coordinate representation of color #76DAB1: hue angle of 155.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DAB1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 218 177 -
CMYK 0.46 0 0.19 0.15
HSL 155.4º 0.57% 0.66% -
HSV(B) 155.4º 0.46% 0.85% -
XYZ 40.48 57.17 50.5 -
YUV 183.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 118 218 177 0.46 0 0.19 0.15 155.4 0.57 0.66
Hex 76 DA B1 2E 0 13 F 9B 39 42
Octal 166 332 261 56 0 23 17 233 71 102
Binary 1110110 11011010 10110001 101110 0 10011 1111 10011011 111001 1000010

Color Harmonies of #76DAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DAB1

Black with #76DAB1

Text Example


Text Example

White with #76DAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,177); }

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

background-color css

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

 a { background-color: rgb(118,218,177); }

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

border-color css

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

 span { border-color: rgb(118,218,177); }

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