Html Css Color HEX #7BFCBB Aquamarine

📋 copy color: '#7BFCBB'

red 123 ◦ green 252 ◦ blue 187

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

Shades of Aquamarine #7BFCBB

Tints of Aquamarine #7BFCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.84%

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

R = 21.89%
G = 44.84%
B = 33.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#7BFCBB (or 0x7BFCBB) is known color: Aquamarine. HEX triplet: 7B, FC and BB. RGB value is (123,252,187). Sum of RGB (Red+Green+Blue) = 123+252+187=562 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.89% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCBB is #840344. Grayscale: #CECECE. Windows color (decimal): -8651589 or 12319867. OLE color: 12319867.

HSL color Cylindrical-coordinate representation of color #7BFCBB: hue angle of 149.77º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCBB is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 252 187 -
CMYK 0.51 0 0.26 0.01
HSL 149.77º 0.96% 0.74% -
HSV(B) 149.77º 0.51% 0.99% -
XYZ 51.95 77.42 59.22 -
YUV 206.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 123 252 187 0.51 0 0.26 0.01 149.77 0.96 0.74
Hex 7B FC BB 33 0 1A 1 96 60 4A
Octal 173 374 273 63 0 32 1 226 140 112
Binary 1111011 11111100 10111011 110011 0 11010 1 10010110 1100000 1001010

Color Harmonies of #7BFCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCBB

Black with #7BFCBB

Text Example


Text Example

White with #7BFCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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