Html Css Color HEX #7BCDA8 Medium Aquamarine

📋 copy color: '#7BCDA8'

red 123 ◦ green 205 ◦ blue 168

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

Shades of Medium Aquamarine #7BCDA8

Tints of Medium Aquamarine #7BCDA8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

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

R = 24.8%
G = 41.33%
B = 33.87%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#7BCDA8 (or 0x7BCDA8) is known color: Medium Aquamarine. HEX triplet: 7B, CD and A8. RGB value is (123,205,168). Sum of RGB (Red+Green+Blue) = 123+205+168=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCDA8 is #843257. Grayscale: #B0B0B0. Windows color (decimal): -8663640 or 11062651. OLE color: 11062651.

HSL color Cylindrical-coordinate representation of color #7BCDA8: hue angle of 152.93º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDA8 is Cyan = 0.4, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 205 168 -
CMYK 0.4 0 0.18 0.20
HSL 152.93º 0.45% 0.64% -
HSV(B) 152.93º 0.4% 0.8% -
XYZ 37.07 50.7 44.88 -
YUV 176.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 123 205 168 0.4 0 0.18 0.20 152.93 0.45 0.64
Hex 7B CD A8 28 0 12 14 99 2D 40
Octal 173 315 250 50 0 22 24 231 55 100
Binary 1111011 11001101 10101000 101000 0 10010 10100 10011001 101101 1000000

Color Harmonies of #7BCDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCDA8

Black with #7BCDA8

Text Example


Text Example

White with #7BCDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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