Html Css Color HEX #7BD3A8 Medium Aquamarine

📋 copy color: '#7BD3A8'

red 123 ◦ green 211 ◦ blue 168

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

Shades of Medium Aquamarine #7BD3A8

Tints of Medium Aquamarine #7BD3A8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 24.5%
G = 42.03%
B = 33.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#7BD3A8 (or 0x7BD3A8) is known color: Medium Aquamarine. HEX triplet: 7B, D3 and A8. RGB value is (123,211,168). Sum of RGB (Red+Green+Blue) = 123+211+168=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD3A8 is #842C57. Grayscale: #B3B3B3. Windows color (decimal): -8662104 or 11064187. OLE color: 11064187.

HSL color Cylindrical-coordinate representation of color #7BD3A8: hue angle of 150.68º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD3A8 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 123 211 168 -
CMYK 0.42 0 0.20 0.17
HSL 150.68º 0.5% 0.65% -
HSV(B) 150.68º 0.42% 0.83% -
XYZ 38.53 53.63 45.37 -
YUV 179.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 123 211 168 0.42 0 0.20 0.17 150.68 0.5 0.65
Hex 7B D3 A8 2A 0 14 11 97 32 41
Octal 173 323 250 52 0 24 21 227 62 101
Binary 1111011 11010011 10101000 101010 0 10100 10001 10010111 110010 1000001

Color Harmonies of #7BD3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD3A8

Black with #7BD3A8

Text Example


Text Example

White with #7BD3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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