#7BE8B9

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

Shades of Bermuda #7BE8B9

Tints of Bermuda #7BE8B9

Color information

#7BE8B9 (or 0x7BE8B9) is unknown color: approx Bermuda. HEX triplet: 7B, E8 and B9. RGB value is (123,232,185). Sum of RGB (Red+Green+Blue) = 123+232+185=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #7BE8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE8B9 is #841746. Grayscale: #C2C2C2. Windows color (decimal): -8656711 or 12183675. OLE color: 12183675.

HSL color Cylindrical-coordinate representation of color #7BE8B9: hue angle of 154.13º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE8B9 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB123232185-
CMYK0.4700.200.09
HSL154.13º70.32%69.61%-
HSV(B)154.13º46.98%90.98%-
XYZ45.7865.4356.11-
YUV194.05122.8977.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.78%
GREEN value IS 232 (91.02% from 255) = 42.96%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=22.78%
G=42.96%
B=34.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232321850.4700.200.09154.1370.3269.61
Hex7BE8B92F01499a4646
Octal1733502715702411232106106
Binary1111011111010001011100110111101010010011001101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,232,185); }

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

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

 a { background-color: rgb(123,232,185); }

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

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

 span { border-color: rgb(123,232,185); }

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