Html Css Color HEX #7CDAB0 Medium Aquamarine

📋 copy color: '#7CDAB0'

red 124 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #7CDAB0

Tints of Medium Aquamarine #7CDAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 23.94%
G = 42.08%
B = 33.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7CDAB0 (or 0x7CDAB0) is known color: Medium Aquamarine. HEX triplet: 7C, DA and B0. RGB value is (124,218,176). Sum of RGB (Red+Green+Blue) = 124+218+176=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDAB0 is #83254F. Grayscale: #B9B9B9. Windows color (decimal): -8594768 or 11590268. OLE color: 11590268.

HSL color Cylindrical-coordinate representation of color #7CDAB0: hue angle of 153.19º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDAB0 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 218 176 -
CMYK 0.43 0 0.19 0.15
HSL 153.19º 0.56% 0.67% -
HSV(B) 153.19º 0.43% 0.85% -
XYZ 41.22 57.56 50.01 -
YUV 185.11 122.86 84.42 -
System Red Green Blue C M Y K H S L
Decimal 124 218 176 0.43 0 0.19 0.15 153.19 0.56 0.67
Hex 7C DA B0 2B 0 13 F 99 38 43
Octal 174 332 260 53 0 23 17 231 70 103
Binary 1111100 11011010 10110000 101011 0 10011 1111 10011001 111000 1000011

Color Harmonies of #7CDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDAB0

Black with #7CDAB0

Text Example


Text Example

White with #7CDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,218,176); }

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

background-color css

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

 a { background-color: rgb(124,218,176); }

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

border-color css

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

 span { border-color: rgb(124,218,176); }

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