Html Css Color HEX #76CCAC Medium Aquamarine

📋 copy color: '#76CCAC'

red 118 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #76CCAC

Tints of Medium Aquamarine #76CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 23.89%
G = 41.3%
B = 34.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#76CCAC (or 0x76CCAC) is known color: Medium Aquamarine. HEX triplet: 76, CC and AC. RGB value is (118,204,172). Sum of RGB (Red+Green+Blue) = 118+204+172=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CCAC is #893353. Grayscale: #AEAEAE. Windows color (decimal): -8991572 or 11324534. OLE color: 11324534.

HSL color Cylindrical-coordinate representation of color #76CCAC: hue angle of 157.67º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CCAC is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 172 -
CMYK 0.42 0 0.16 0.2
HSL 157.67º 0.46% 0.63% -
HSV(B) 157.67º 0.42% 0.8% -
XYZ 36.51 50.02 46.76 -
YUV 174.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 118 204 172 0.42 0 0.16 0.2 157.67 0.46 0.63
Hex 76 CC AC 2A 0 10 14 9E 2E 3F
Octal 166 314 254 52 0 20 24 236 56 77
Binary 1110110 11001100 10101100 101010 0 10000 10100 10011110 101110 111111

Color Harmonies of #76CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCAC

Black with #76CCAC

Text Example


Text Example

White with #76CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,172); }

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

background-color css

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

 a { background-color: rgb(118,204,172); }

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

border-color css

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

 span { border-color: rgb(118,204,172); }

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