Html Css Color HEX #7BD5AB Medium Aquamarine

📋 copy color: '#7BD5AB'

red 123 ◦ green 213 ◦ blue 171

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

Shades of Medium Aquamarine #7BD5AB

Tints of Medium Aquamarine #7BD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 24.26%
G = 42.01%
B = 33.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#7BD5AB (or 0x7BD5AB) is known color: Medium Aquamarine. HEX triplet: 7B, D5 and AB. RGB value is (123,213,171). Sum of RGB (Red+Green+Blue) = 123+213+171=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD5AB is #842A54. Grayscale: #B5B5B5. Windows color (decimal): -8661589 or 11261307. OLE color: 11261307.

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

Color convert

RGB 123 213 171 -
CMYK 0.42 0 0.20 0.16
HSL 152º 0.52% 0.66% -
HSV(B) 152º 0.42% 0.84% -
XYZ 39.31 54.74 47.02 -
YUV 181.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 123 213 171 0.42 0 0.20 0.16 152 0.52 0.66
Hex 7B D5 AB 2A 0 14 10 98 34 42
Octal 173 325 253 52 0 24 20 230 64 102
Binary 1111011 11010101 10101011 101010 0 10100 10000 10011000 110100 1000010

Color Harmonies of #7BD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD5AB

Black with #7BD5AB

Text Example


Text Example

White with #7BD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,213,171); }

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

background-color css

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

 a { background-color: rgb(123,213,171); }

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

border-color css

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

 span { border-color: rgb(123,213,171); }

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