Html Css Color HEX #7CD0A9 Medium Aquamarine

📋 copy color: '#7CD0A9'

red 124 ◦ green 208 ◦ blue 169

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

Shades of Medium Aquamarine #7CD0A9

Tints of Medium Aquamarine #7CD0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.73%

R = 24.75%
G = 41.52%
B = 33.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#7CD0A9 (or 0x7CD0A9) is known color: Medium Aquamarine. HEX triplet: 7C, D0 and A9. RGB value is (124,208,169). Sum of RGB (Red+Green+Blue) = 124+208+169=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD0A9 is #832F56. Grayscale: #B2B2B2. Windows color (decimal): -8597335 or 11128956. OLE color: 11128956.

HSL color Cylindrical-coordinate representation of color #7CD0A9: hue angle of 152.14º 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 #7CD0A9 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 208 169 -
CMYK 0.40 0 0.19 0.18
HSL 152.14º 0.47% 0.65% -
HSV(B) 152.14º 0.4% 0.82% -
XYZ 38.03 52.26 45.62 -
YUV 178.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 124 208 169 0.40 0 0.19 0.18 152.14 0.47 0.65
Hex 7C D0 A9 28 0 13 12 98 2F 41
Octal 174 320 251 50 0 23 22 230 57 101
Binary 1111100 11010000 10101001 101000 0 10011 10010 10011000 101111 1000001

Color Harmonies of #7CD0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD0A9

Black with #7CD0A9

Text Example


Text Example

White with #7CD0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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