#7BE4B8

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

Shades of Bermuda #7BE4B8

Tints of Bermuda #7BE4B8

Color information

#7BE4B8 (or 0x7BE4B8) is unknown color: approx Bermuda. HEX triplet: 7B, E4 and B8. RGB value is (123,228,184). Sum of RGB (Red+Green+Blue) = 123+228+184=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE4B8 is #841B47. Grayscale: #BFBFBF. Windows color (decimal): -8657736 or 12117115. OLE color: 12117115.

HSL color Cylindrical-coordinate representation of color #7BE4B8: hue angle of 154.86º 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 #7BE4B8 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB123228184-
CMYK0.4600.190.11
HSL154.86º66.04%68.82%-
HSV(B)154.86º46.05%89.41%-
XYZ44.5663.1655.19-
YUV191.59123.7179.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.99%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=22.99%
G=42.62%
B=34.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232281840.4600.190.11154.8666.0468.82
Hex7BE4B82E013B9b4245
Octal1733442705602313233102105
Binary1111011111001001011100010111001001110111001101110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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