#7BE1BC

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

Shades of Bermuda #7BE1BC

Tints of Bermuda #7BE1BC

Color information

#7BE1BC (or 0x7BE1BC) is unknown color: approx Bermuda. HEX triplet: 7B, E1 and BC. RGB value is (123,225,188). Sum of RGB (Red+Green+Blue) = 123+225+188=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE1BC is #841E43. Grayscale: #BEBEBE. Windows color (decimal): -8658500 or 12378491. OLE color: 12378491.

HSL color Cylindrical-coordinate representation of color #7BE1BC: hue angle of 158.24º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE1BC is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB123225188-
CMYK0.4500.160.12
HSL158.24º62.96%68.24%-
HSV(B)158.24º45.33%88.24%-
XYZ44.1761.6957.16-
YUV190.28126.7180.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.95%
GREEN value IS 225 (88.28% from 255) = 41.98%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=22.95%
G=41.98%
B=35.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232251880.4500.160.12158.2462.9668.24
Hex7BE1BC2D010C9e3f44
Octal173341274550201423677104
Binary111101111100001101111001011010100001100100111101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,225,188); }

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

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

 a { background-color: rgb(123,225,188); }

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

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

 span { border-color: rgb(123,225,188); }

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