Html Css Color HEX #7CCDA5 Medium Aquamarine

📋 copy color: '#7CCDA5'

red 124 ◦ green 205 ◦ blue 165

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

Shades of Medium Aquamarine #7CCDA5

Tints of Medium Aquamarine #7CCDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.4%

R = 25.1%
G = 41.5%
B = 33.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#7CCDA5 (or 0x7CCDA5) is known color: Medium Aquamarine. HEX triplet: 7C, CD and A5. RGB value is (124,205,165). Sum of RGB (Red+Green+Blue) = 124+205+165=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCDA5 is #83325A. Grayscale: #B0B0B0. Windows color (decimal): -8598107 or 10866044. OLE color: 10866044.

HSL color Cylindrical-coordinate representation of color #7CCDA5: hue angle of 150.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDA5 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 165 -
CMYK 0.40 0 0.20 0.20
HSL 150.37º 0.45% 0.65% -
HSV(B) 150.37º 0.4% 0.8% -
XYZ 36.94 50.66 43.43 -
YUV 176.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 124 205 165 0.40 0 0.20 0.20 150.37 0.45 0.65
Hex 7C CD A5 28 0 14 14 96 2D 41
Octal 174 315 245 50 0 24 24 226 55 101
Binary 1111100 11001101 10100101 101000 0 10100 10100 10010110 101101 1000001

Color Harmonies of #7CCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCDA5

Black with #7CCDA5

Text Example


Text Example

White with #7CCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,205,165); }

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

background-color css

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

 a { background-color: rgb(124,205,165); }

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

border-color css

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

 span { border-color: rgb(124,205,165); }

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