Html Css Color HEX #7BD0A4 Medium Aquamarine

📋 copy color: '#7BD0A4'

red 123 ◦ green 208 ◦ blue 164

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

Shades of Medium Aquamarine #7BD0A4

Tints of Medium Aquamarine #7BD0A4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 164 (64.45% from 255) = 33.13%

R = 24.85%
G = 42.02%
B = 33.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#7BD0A4 (or 0x7BD0A4) is known color: Medium Aquamarine. HEX triplet: 7B, D0 and A4. RGB value is (123,208,164). Sum of RGB (Red+Green+Blue) = 123+208+164=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD0A4 is #842F5B. Grayscale: #B1B1B1. Windows color (decimal): -8662876 or 10801275. OLE color: 10801275.

HSL color Cylindrical-coordinate representation of color #7BD0A4: hue angle of 148.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD0A4 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 123 208 164 -
CMYK 0.41 0 0.21 0.18
HSL 148.94º 0.47% 0.65% -
HSV(B) 148.94º 0.41% 0.82% -
XYZ 37.43 52 43.19 -
YUV 177.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 123 208 164 0.41 0 0.21 0.18 148.94 0.47 0.65
Hex 7B D0 A4 29 0 15 12 95 2F 41
Octal 173 320 244 51 0 25 22 225 57 101
Binary 1111011 11010000 10100100 101001 0 10101 10010 10010101 101111 1000001

Color Harmonies of #7BD0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD0A4

Black with #7BD0A4

Text Example


Text Example

White with #7BD0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,208,164); }

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

background-color css

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

 a { background-color: rgb(123,208,164); }

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

border-color css

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

 span { border-color: rgb(123,208,164); }

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