Html Css Color HEX #7BD6A8 Medium Aquamarine

📋 copy color: '#7BD6A8'

red 123 ◦ green 214 ◦ blue 168

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

Shades of Medium Aquamarine #7BD6A8

Tints of Medium Aquamarine #7BD6A8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

 BLUE value IS 168 (66.02% from 255) = 33.27%

R = 24.36%
G = 42.38%
B = 33.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#7BD6A8 (or 0x7BD6A8) is known color: Medium Aquamarine. HEX triplet: 7B, D6 and A8. RGB value is (123,214,168). Sum of RGB (Red+Green+Blue) = 123+214+168=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD6A8 is #842957. Grayscale: #B5B5B5. Windows color (decimal): -8661336 or 11064955. OLE color: 11064955.

HSL color Cylindrical-coordinate representation of color #7BD6A8: hue angle of 149.67º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD6A8 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 214 168 -
CMYK 0.43 0 0.21 0.16
HSL 149.67º 0.53% 0.66% -
HSV(B) 149.67º 0.43% 0.84% -
XYZ 39.28 55.13 45.62 -
YUV 181.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 123 214 168 0.43 0 0.21 0.16 149.67 0.53 0.66
Hex 7B D6 A8 2B 0 15 10 96 35 42
Octal 173 326 250 53 0 25 20 226 65 102
Binary 1111011 11010110 10101000 101011 0 10101 10000 10010110 110101 1000010

Color Harmonies of #7BD6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD6A8

Black with #7BD6A8

Text Example


Text Example

White with #7BD6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,214,168); }

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

background-color css

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

 a { background-color: rgb(123,214,168); }

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

border-color css

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

 span { border-color: rgb(123,214,168); }

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