#7BE1B8

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

Shades of Bermuda #7BE1B8

Tints of Bermuda #7BE1B8

Color information

#7BE1B8 (or 0x7BE1B8) is unknown color: approx Bermuda. HEX triplet: 7B, E1 and B8. RGB value is (123,225,184). Sum of RGB (Red+Green+Blue) = 123+225+184=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE1B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE1B8 is #841E47. Grayscale: #BDBDBD. Windows color (decimal): -8658504 or 12116347. OLE color: 12116347.

HSL color Cylindrical-coordinate representation of color #7BE1B8: hue angle of 155.88º 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 #7BE1B8 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB123225184-
CMYK0.4500.180.12
HSL155.88º62.96%68.24%-
HSV(B)155.88º45.33%88.24%-
XYZ43.7561.5254.92-
YUV189.83124.7180.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.12%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 184 (72.27% from 255) = 34.59%
R=23.12%
G=42.29%
B=34.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232251840.4500.180.12155.8862.9668.24
Hex7BE1B82D012C9c3f44
Octal173341270550221423477104
Binary111101111100001101110001011010100101100100111001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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