Html Css Color HEX #7BF2BB Aquamarine

📋 copy color: '#7BF2BB'

red 123 ◦ green 242 ◦ blue 187

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

Shades of Aquamarine #7BF2BB

Tints of Aquamarine #7BF2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.84%

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 22.28%
G = 43.84%
B = 33.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#7BF2BB (or 0x7BF2BB) is known color: Aquamarine. HEX triplet: 7B, F2 and BB. RGB value is (123,242,187). Sum of RGB (Red+Green+Blue) = 123+242+187=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF2BB is #840D44. Grayscale: #C8C8C8. Windows color (decimal): -8654149 or 12317307. OLE color: 12317307.

HSL color Cylindrical-coordinate representation of color #7BF2BB: hue angle of 152.27º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2BB is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 242 187 -
CMYK 0.49 0 0.23 0.05
HSL 152.27º 0.82% 0.72% -
HSV(B) 152.27º 0.49% 0.95% -
XYZ 48.89 71.3 58.2 -
YUV 200.15 120.58 72.97 -
System Red Green Blue C M Y K H S L
Decimal 123 242 187 0.49 0 0.23 0.05 152.27 0.82 0.72
Hex 7B F2 BB 31 0 17 5 98 52 48
Octal 173 362 273 61 0 27 5 230 122 110
Binary 1111011 11110010 10111011 110001 0 10111 101 10011000 1010010 1001000

Color Harmonies of #7BF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF2BB

Black with #7BF2BB

Text Example


Text Example

White with #7BF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,242,187); }

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

background-color css

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

 a { background-color: rgb(123,242,187); }

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

border-color css

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

 span { border-color: rgb(123,242,187); }

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