Html Css Color HEX #76DBB2 Medium Aquamarine

📋 copy color: '#76DBB2'

red 118 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #76DBB2

Tints of Medium Aquamarine #76DBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 22.91%
G = 42.52%
B = 34.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#76DBB2 (or 0x76DBB2) is known color: Medium Aquamarine. HEX triplet: 76, DB and B2. RGB value is (118,219,178). Sum of RGB (Red+Green+Blue) = 118+219+178=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBB2 is #89244D. Grayscale: #B8B8B8. Windows color (decimal): -8987726 or 11721590. OLE color: 11721590.

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

Color convert

RGB 118 219 178 -
CMYK 0.46 0 0.19 0.14
HSL 155.64º 0.58% 0.66% -
HSV(B) 155.64º 0.46% 0.86% -
XYZ 40.84 57.73 51.11 -
YUV 184.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 118 219 178 0.46 0 0.19 0.14 155.64 0.58 0.66
Hex 76 DB B2 2E 0 13 E 9C 3A 42
Octal 166 333 262 56 0 23 16 234 72 102
Binary 1110110 11011011 10110010 101110 0 10011 1110 10011100 111010 1000010

Color Harmonies of #76DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBB2

Black with #76DBB2

Text Example


Text Example

White with #76DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,178); }

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

background-color css

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

 a { background-color: rgb(118,219,178); }

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

border-color css

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

 span { border-color: rgb(118,219,178); }

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