Html Css Color HEX #7CD0A0 Medium Aquamarine

📋 copy color: '#7CD0A0'

red 124 ◦ green 208 ◦ blue 160

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

Shades of Medium Aquamarine #7CD0A0

Tints of Medium Aquamarine #7CD0A0

RGB

 RED value IS 124 (48.83% from 255) = 25.2%

 GREEN value IS 208 (81.64% from 255) = 42.28%

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

R = 25.2%
G = 42.28%
B = 32.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#7CD0A0 (or 0x7CD0A0) is known color: Medium Aquamarine. HEX triplet: 7C, D0 and A0. RGB value is (124,208,160). Sum of RGB (Red+Green+Blue) = 124+208+160=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD0A0 is #832F5F. Grayscale: #B1B1B1. Windows color (decimal): -8597344 or 10539132. OLE color: 10539132.

HSL color Cylindrical-coordinate representation of color #7CD0A0: hue angle of 145.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CD0A0 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 208 160 -
CMYK 0.40 0 0.23 0.18
HSL 145.71º 0.47% 0.65% -
HSV(B) 145.71º 0.4% 0.82% -
XYZ 37.21 51.93 41.32 -
YUV 177.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 124 208 160 0.40 0 0.23 0.18 145.71 0.47 0.65
Hex 7C D0 A0 28 0 17 12 92 2F 41
Octal 174 320 240 50 0 27 22 222 57 101
Binary 1111100 11010000 10100000 101000 0 10111 10010 10010010 101111 1000001

Color Harmonies of #7CD0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD0A0

Black with #7CD0A0

Text Example


Text Example

White with #7CD0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CD0A0; }

 p { color: rgb(124,208,160); }

 H1.HeaderClassName
 {
   color: #7CD0A0;
 }
 .AnyTagClassName
 {
   color: #7CD0A0;
 }
</style>

background-color css

<style>
 a { background-color: #7CD0A0; }

 a { background-color: rgb(124,208,160); }

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

border-color css

<style>
 span { border-color: #7CD0A0; }

 span { border-color: rgb(124,208,160); }

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