Html Css Color HEX #76CDA2 Medium Aquamarine

📋 copy color: '#76CDA2'

red 118 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #76CDA2

Tints of Medium Aquamarine #76CDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 24.33%
G = 42.27%
B = 33.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#76CDA2 (or 0x76CDA2) is known color: Medium Aquamarine. HEX triplet: 76, CD and A2. RGB value is (118,205,162). Sum of RGB (Red+Green+Blue) = 118+205+162=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA2 is #89325D. Grayscale: #AEAEAE. Windows color (decimal): -8991326 or 10669430. OLE color: 10669430.

HSL color Cylindrical-coordinate representation of color #76CDA2: hue angle of 150.34º degrees, saturation: 0.47, 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 #76CDA2 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 162 -
CMYK 0.42 0 0.21 0.20
HSL 150.34º 0.47% 0.63% -
HSV(B) 150.34º 0.42% 0.8% -
XYZ 35.82 50.12 41.97 -
YUV 174.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 118 205 162 0.42 0 0.21 0.20 150.34 0.47 0.63
Hex 76 CD A2 2A 0 15 14 96 2F 3F
Octal 166 315 242 52 0 25 24 226 57 77
Binary 1110110 11001101 10100010 101010 0 10101 10100 10010110 101111 111111

Color Harmonies of #76CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDA2

Black with #76CDA2

Text Example


Text Example

White with #76CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,205,162); }

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

background-color css

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

 a { background-color: rgb(118,205,162); }

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

border-color css

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

 span { border-color: rgb(118,205,162); }

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