Html Css Color HEX #7BD5A5 Medium Aquamarine

📋 copy color: '#7BD5A5'

red 123 ◦ green 213 ◦ blue 165

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

Shades of Medium Aquamarine #7BD5A5

Tints of Medium Aquamarine #7BD5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.93%

R = 24.55%
G = 42.51%
B = 32.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#7BD5A5 (or 0x7BD5A5) is known color: Medium Aquamarine. HEX triplet: 7B, D5 and A5. RGB value is (123,213,165). Sum of RGB (Red+Green+Blue) = 123+213+165=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD5A5 is #842A5A. Grayscale: #B4B4B4. Windows color (decimal): -8661595 or 10868091. OLE color: 10868091.

HSL color Cylindrical-coordinate representation of color #7BD5A5: hue angle of 148º 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 #7BD5A5 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 213 165 -
CMYK 0.42 0 0.23 0.16
HSL 148º 0.52% 0.66% -
HSV(B) 148º 0.42% 0.84% -
XYZ 38.75 54.52 44.08 -
YUV 180.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 123 213 165 0.42 0 0.23 0.16 148 0.52 0.66
Hex 7B D5 A5 2A 0 17 10 94 34 42
Octal 173 325 245 52 0 27 20 224 64 102
Binary 1111011 11010101 10100101 101010 0 10111 10000 10010100 110100 1000010

Color Harmonies of #7BD5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD5A5

Black with #7BD5A5

Text Example


Text Example

White with #7BD5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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