#7be0b6

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

Shades of Bermuda #7BE0B6

Tints of Bermuda #7BE0B6

Color information

#7BE0B6 (or 0x7BE0B6) is unknown color: approx Bermuda. HEX triplet: 7B, E0 and B6. RGB value is (123,224,182). Sum of RGB (Red+Green+Blue) = 123+224+182=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE0B6 is #841F49. Grayscale: #BDBDBD. Windows color (decimal): -8658762 or 11985019. OLE color: 11985019.

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

Color convert

RGB123224182-
CMYK0.4500.190.12
HSL155.05º61.96%68.04%-
HSV(B)155.05º45.09%87.84%-
XYZ43.2760.953.73-
YUV189.01124.0480.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.25%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=23.25%
G=42.34%
B=34.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232241820.4500.190.12155.0561.9668.04
Hex7BE0B62D013C9b3e44
Octal173340266550231423376104
Binary111101111100000101101101011010100111100100110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7be0b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,224,182); }

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

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

 a { background-color: rgb(123,224,182); }

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

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

 span { border-color: rgb(123,224,182); }

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