Html Css Color HEX #7BDFAF Medium Aquamarine

📋 copy color: '#7BDFAF'

red 123 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #7BDFAF

Tints of Medium Aquamarine #7BDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 23.61%
G = 42.8%
B = 33.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#7BDFAF (or 0x7BDFAF) is known color: Medium Aquamarine. HEX triplet: 7B, DF and AF. RGB value is (123,223,175). Sum of RGB (Red+Green+Blue) = 123+223+175=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDFAF is #842050. Grayscale: #BBBBBB. Windows color (decimal): -8659025 or 11526011. OLE color: 11526011.

HSL color Cylindrical-coordinate representation of color #7BDFAF: hue angle of 151.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFAF is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 223 175 -
CMYK 0.45 0 0.22 0.13
HSL 151.2º 0.61% 0.68% -
HSV(B) 151.2º 0.45% 0.87% -
XYZ 42.29 60.08 49.93 -
YUV 187.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 123 223 175 0.45 0 0.22 0.13 151.2 0.61 0.68
Hex 7B DF AF 2D 0 16 D 97 3D 44
Octal 173 337 257 55 0 26 15 227 75 104
Binary 1111011 11011111 10101111 101101 0 10110 1101 10010111 111101 1000100

Color Harmonies of #7BDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFAF

Black with #7BDFAF

Text Example


Text Example

White with #7BDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,223,175); }

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

background-color css

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

 a { background-color: rgb(123,223,175); }

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

border-color css

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

 span { border-color: rgb(123,223,175); }

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