Html Css Color HEX #7BFFC0 Aquamarine

📋 copy color: '#7BFFC0'

red 123 ◦ green 255 ◦ blue 192

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

Shades of Aquamarine #7BFFC0

Tints of Aquamarine #7BFFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 44.74%

 BLUE value IS 192 (75.39% from 255) = 33.68%

R = 21.58%
G = 44.74%
B = 33.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#7BFFC0 (or 0x7BFFC0) is known color: Aquamarine. HEX triplet: 7B, FF and C0. RGB value is (123,255,192). Sum of RGB (Red+Green+Blue) = 123+255+192=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFC0 is #84003F. Grayscale: #D0D0D0. Windows color (decimal): -8650816 or 12648315. OLE color: 12648315.

HSL color Cylindrical-coordinate representation of color #7BFFC0: hue angle of 151.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFC0 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 123 255 192 -
CMYK 0.52 0 0.25 0
HSL 151.36º 1% 0.74% -
HSV(B) 151.36º 0.52% 1% -
XYZ 53.44 79.54 62.4 -
YUV 208.35 118.77 67.12 -
System Red Green Blue C M Y K H S L
Decimal 123 255 192 0.52 0 0.25 0 151.36 1 0.74
Hex 7B FF C0 34 0 19 0 97 64 4A
Octal 173 377 300 64 0 31 0 227 144 112
Binary 1111011 11111111 11000000 110100 0 11001 0 10010111 1100100 1001010

Color Harmonies of #7BFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFC0

Black with #7BFFC0

Text Example


Text Example

White with #7BFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,255,192); }

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

background-color css

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

 a { background-color: rgb(123,255,192); }

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

border-color css

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

 span { border-color: rgb(123,255,192); }

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