Html Css Color HEX #7ADCB1 Medium Aquamarine

📋 copy color: '#7ADCB1'

red 122 ◦ green 220 ◦ blue 177

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

Shades of Medium Aquamarine #7ADCB1

Tints of Medium Aquamarine #7ADCB1

RGB

 RED value IS 122 (48.05% from 255) = 23.51%

 GREEN value IS 220 (86.33% from 255) = 42.39%

 BLUE value IS 177 (69.53% from 255) = 34.1%

R = 23.51%
G = 42.39%
B = 34.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#7ADCB1 (or 0x7ADCB1) is known color: Medium Aquamarine. HEX triplet: 7A, DC and B1. RGB value is (122,220,177). Sum of RGB (Red+Green+Blue) = 122+220+177=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCB1 is #85234E. Grayscale: #B9B9B9. Windows color (decimal): -8725327 or 11656314. OLE color: 11656314.

HSL color Cylindrical-coordinate representation of color #7ADCB1: hue angle of 153.67º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCB1 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 177 -
CMYK 0.45 0 0.20 0.14
HSL 153.67º 0.58% 0.67% -
HSV(B) 153.67º 0.45% 0.86% -
XYZ 41.56 58.5 50.7 -
YUV 185.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 122 220 177 0.45 0 0.20 0.14 153.67 0.58 0.67
Hex 7A DC B1 2D 0 14 E 9A 3A 43
Octal 172 334 261 55 0 24 16 232 72 103
Binary 1111010 11011100 10110001 101101 0 10100 1110 10011010 111010 1000011

Color Harmonies of #7ADCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCB1

Black with #7ADCB1

Text Example


Text Example

White with #7ADCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,220,177); }

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

background-color css

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

 a { background-color: rgb(122,220,177); }

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

border-color css

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

 span { border-color: rgb(122,220,177); }

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