Html Css Color HEX #76D6AF Medium Aquamarine

📋 copy color: '#76D6AF'

red 118 ◦ green 214 ◦ blue 175

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

Shades of Medium Aquamarine #76D6AF

Tints of Medium Aquamarine #76D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 23.27%
G = 42.21%
B = 34.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#76D6AF (or 0x76D6AF) is known color: Medium Aquamarine. HEX triplet: 76, D6 and AF. RGB value is (118,214,175). Sum of RGB (Red+Green+Blue) = 118+214+175=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D6AF is #892950. Grayscale: #B4B4B4. Windows color (decimal): -8989009 or 11523702. OLE color: 11523702.

HSL color Cylindrical-coordinate representation of color #76D6AF: hue angle of 155.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D6AF is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 214 175 -
CMYK 0.45 0 0.18 0.16
HSL 155.63º 0.54% 0.65% -
HSV(B) 155.63º 0.45% 0.84% -
XYZ 39.26 55.04 49.11 -
YUV 180.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 118 214 175 0.45 0 0.18 0.16 155.63 0.54 0.65
Hex 76 D6 AF 2D 0 12 10 9C 36 41
Octal 166 326 257 55 0 22 20 234 66 101
Binary 1110110 11010110 10101111 101101 0 10010 10000 10011100 110110 1000001

Color Harmonies of #76D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D6AF

Black with #76D6AF

Text Example


Text Example

White with #76D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,214,175); }

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

background-color css

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

 a { background-color: rgb(118,214,175); }

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

border-color css

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

 span { border-color: rgb(118,214,175); }

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