Html Css Color HEX #7BFBBB Aquamarine

📋 copy color: '#7BFBBB'

red 123 ◦ green 251 ◦ blue 187

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

Shades of Aquamarine #7BFBBB

Tints of Aquamarine #7BFBBB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.74%

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

R = 21.93%
G = 44.74%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#7BFBBB (or 0x7BFBBB) is known color: Aquamarine. HEX triplet: 7B, FB and BB. RGB value is (123,251,187). Sum of RGB (Red+Green+Blue) = 123+251+187=561 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.93% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBBB is #840444. Grayscale: #CDCDCD. Windows color (decimal): -8651845 or 12319611. OLE color: 12319611.

HSL color Cylindrical-coordinate representation of color #7BFBBB: hue angle of 150º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFBBB is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 251 187 -
CMYK 0.51 0 0.25 0.02
HSL 150º 0.94% 0.73% -
HSV(B) 150º 0.51% 0.98% -
XYZ 51.64 76.79 59.11 -
YUV 205.43 117.59 69.2 -
System Red Green Blue C M Y K H S L
Decimal 123 251 187 0.51 0 0.25 0.02 150 0.94 0.73
Hex 7B FB BB 33 0 19 2 96 5E 49
Octal 173 373 273 63 0 31 2 226 136 111
Binary 1111011 11111011 10111011 110011 0 11001 10 10010110 1011110 1001001

Color Harmonies of #7BFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFBBB

Black with #7BFBBB

Text Example


Text Example

White with #7BFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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