Html Css Color HEX #7BDBAE Medium Aquamarine

📋 copy color: '#7BDBAE'

red 123 ◦ green 219 ◦ blue 174

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

Shades of Medium Aquamarine #7BDBAE

Tints of Medium Aquamarine #7BDBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.44%

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 23.84%
G = 42.44%
B = 33.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#7BDBAE (or 0x7BDBAE) is known color: Medium Aquamarine. HEX triplet: 7B, DB and AE. RGB value is (123,219,174). Sum of RGB (Red+Green+Blue) = 123+219+174=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDBAE is #842451. Grayscale: #B9B9B9. Windows color (decimal): -8660050 or 11459451. OLE color: 11459451.

HSL color Cylindrical-coordinate representation of color #7BDBAE: hue angle of 151.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBAE is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 219 174 -
CMYK 0.44 0 0.21 0.14
HSL 151.88º 0.57% 0.67% -
HSV(B) 151.88º 0.44% 0.86% -
XYZ 41.14 57.93 49.06 -
YUV 185.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 123 219 174 0.44 0 0.21 0.14 151.88 0.57 0.67
Hex 7B DB AE 2C 0 15 E 98 39 43
Octal 173 333 256 54 0 25 16 230 71 103
Binary 1111011 11011011 10101110 101100 0 10101 1110 10011000 111001 1000011

Color Harmonies of #7BDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDBAE

Black with #7BDBAE

Text Example


Text Example

White with #7BDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,219,174); }

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

background-color css

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

 a { background-color: rgb(123,219,174); }

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

border-color css

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

 span { border-color: rgb(123,219,174); }

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