Html Css Color HEX #7BDCAC Medium Aquamarine

📋 copy color: '#7BDCAC'

red 123 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #7BDCAC

Tints of Medium Aquamarine #7BDCAC

RGB

 RED value IS 123 (48.44% from 255) = 23.88%

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

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 23.88%
G = 42.72%
B = 33.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#7BDCAC (or 0x7BDCAC) is known color: Medium Aquamarine. HEX triplet: 7B, DC and AC. RGB value is (123,220,172). Sum of RGB (Red+Green+Blue) = 123+220+172=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDCAC is #842353. Grayscale: #B9B9B9. Windows color (decimal): -8659796 or 11328635. OLE color: 11328635.

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

Color convert

RGB 123 220 172 -
CMYK 0.44 0 0.22 0.14
HSL 150.31º 0.58% 0.67% -
HSV(B) 150.31º 0.44% 0.86% -
XYZ 41.21 58.38 48.13 -
YUV 185.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 123 220 172 0.44 0 0.22 0.14 150.31 0.58 0.67
Hex 7B DC AC 2C 0 16 E 96 3A 43
Octal 173 334 254 54 0 26 16 226 72 103
Binary 1111011 11011100 10101100 101100 0 10110 1110 10010110 111010 1000011

Color Harmonies of #7BDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDCAC

Black with #7BDCAC

Text Example


Text Example

White with #7BDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,220,172); }

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

background-color css

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

 a { background-color: rgb(123,220,172); }

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

border-color css

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

 span { border-color: rgb(123,220,172); }

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