Html Css Color HEX #76CDA0 Medium Aquamarine

📋 copy color: '#76CDA0'

red 118 ◦ green 205 ◦ blue 160

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

Shades of Medium Aquamarine #76CDA0

Tints of Medium Aquamarine #76CDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 24.43%
G = 42.44%
B = 33.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#76CDA0 (or 0x76CDA0) is known color: Medium Aquamarine. HEX triplet: 76, CD and A0. RGB value is (118,205,160). Sum of RGB (Red+Green+Blue) = 118+205+160=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA0 is #89325F. Grayscale: #ADADAD. Windows color (decimal): -8991328 or 10538358. OLE color: 10538358.

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

Color convert

RGB 118 205 160 -
CMYK 0.42 0 0.22 0.20
HSL 148.97º 0.47% 0.63% -
HSV(B) 148.97º 0.42% 0.8% -
XYZ 35.65 50.05 41.04 -
YUV 173.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 118 205 160 0.42 0 0.22 0.20 148.97 0.47 0.63
Hex 76 CD A0 2A 0 16 14 95 2F 3F
Octal 166 315 240 52 0 26 24 225 57 77
Binary 1110110 11001101 10100000 101010 0 10110 10100 10010101 101111 111111

Color Harmonies of #76CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDA0

Black with #76CDA0

Text Example


Text Example

White with #76CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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