Html Css Color HEX #7BDEAF Medium Aquamarine

📋 copy color: '#7BDEAF'

red 123 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #7BDEAF

Tints of Medium Aquamarine #7BDEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.69%

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

R = 23.65%
G = 42.69%
B = 33.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#7BDEAF (or 0x7BDEAF) is known color: Medium Aquamarine. HEX triplet: 7B, DE and AF. RGB value is (123,222,175). Sum of RGB (Red+Green+Blue) = 123+222+175=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDEAF is #842150. Grayscale: #BBBBBB. Windows color (decimal): -8659281 or 11525755. OLE color: 11525755.

HSL color Cylindrical-coordinate representation of color #7BDEAF: hue angle of 151.52º degrees, saturation: 0.6, 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 #7BDEAF is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 222 175 -
CMYK 0.45 0 0.21 0.13
HSL 151.52º 0.6% 0.68% -
HSV(B) 151.52º 0.45% 0.87% -
XYZ 42.03 59.55 49.84 -
YUV 187.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 123 222 175 0.45 0 0.21 0.13 151.52 0.6 0.68
Hex 7B DE AF 2D 0 15 D 98 3C 44
Octal 173 336 257 55 0 25 15 230 74 104
Binary 1111011 11011110 10101111 101101 0 10101 1101 10011000 111100 1000100

Color Harmonies of #7BDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDEAF

Black with #7BDEAF

Text Example


Text Example

White with #7BDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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