#7BE4BB

Color #7BE4BB Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7BE4BB

Tints of Bermuda #7BE4BB

Color information

#7BE4BB (or 0x7BE4BB) is unknown color: approx Bermuda. HEX triplet: 7B, E4 and BB. RGB value is (123,228,187). Sum of RGB (Red+Green+Blue) = 123+228+187=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE4BB is #841B44. Grayscale: #BFBFBF. Windows color (decimal): -8657733 or 12313723. OLE color: 12313723.

HSL color Cylindrical-coordinate representation of color #7BE4BB: hue angle of 156.57º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE4BB is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB123228187-
CMYK0.4600.180.11
HSL156.57º66.04%68.82%-
HSV(B)156.57º46.05%89.41%-
XYZ44.8863.2956.86-
YUV191.93125.2178.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.86%
GREEN value IS 228 (89.45% from 255) = 42.38%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=22.86%
G=42.38%
B=34.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232281870.4600.180.11156.5766.0468.82
Hex7BE4BB2E012B9d4245
Octal1733442735602213235102105
Binary1111011111001001011101110111001001010111001110110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BE4BB;
 }
 .AnyTagClassName
 {
   color: #7BE4BB;
 }
</style>
background-color css

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

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

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

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

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

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